Skip to main content

Class: CText

frontend.CText

Hierarchy#

  • Component<CTextProps>

    ↳ CText

Table of contents#

Constructors#

Methods#

Constructors#

constructor#

• new CText(props)

Parameters#

NameType
propsCTextProps | Readonly<CTextProps>

Inherited from#

React.Component<CTextProps>.constructor

Defined in#

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

• new CText(props, context)

deprecated

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

Parameters#

NameType
propsCTextProps
contextany

Inherited from#

React.Component<CTextProps>.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/CText/CText.tsx:14