Skip to main content

Class: CContainer

frontend.CContainer

Hierarchy#

Table of contents#

Constructors#

Methods#

Constructors#

constructor#

• new CContainer(props)

Parameters#

NameType
propsCContainerProps | Readonly<CContainerProps>

Inherited from#

React.Component<CContainerProps>.constructor

Defined in#

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

• new CContainer(props, context)

deprecated

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

Parameters#

NameType
propsCContainerProps
contextany

Inherited from#

React.Component<CContainerProps>.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/CContainer/CContainer.tsx:11