Skip to main content

Class: CHTML

frontend.CHTML

Hierarchy#

  • Component<CHTMLProps>

    ↳ CHTML

Table of contents#

Constructors#

Methods#

Constructors#

constructor#

• new CHTML(props)

Parameters#

NameType
propsCHTMLProps | Readonly<CHTMLProps>

Inherited from#

React.Component<CHTMLProps>.constructor

Defined in#

node_modules/@types/react/index.d.ts:475

• new CHTML(props, context)

deprecated

see https://reactjs.org/docs/legacy-context.html

Parameters#

NameType
propsCHTMLProps
contextany

Inherited from#

React.Component<CHTMLProps>.constructor

Defined in#

node_modules/@types/react/index.d.ts:480

Methods#

render#

â–¸ render(): Element

Returns#

Element

Overrides#

React.Component.render

Defined in#

system/core/frontend/src/components/CHTML/CHTML.tsx:10