Class: CContainer
frontend.CContainer
#
HierarchyComponent
<CContainerProps
>↳
CContainer
#
Table of contents#
Constructors#
Methods#
Constructors#
constructor• new CContainer(props
)
#
ParametersName | Type |
---|---|
props | CContainerProps | Readonly <CContainerProps > |
#
Inherited fromReact.Component<CContainerProps>.constructor
#
Defined innode_modules/@types/react/index.d.ts:475
• new CContainer(props
, context
)
deprecated
see
https://reactjs.org/docs/legacy-context.html
#
ParametersName | Type |
---|---|
props | CContainerProps |
context | any |
#
Inherited fromReact.Component<CContainerProps>.constructor
#
Defined innode_modules/@types/react/index.d.ts:480
#
Methods#
renderâ–¸ render(): Element
#
ReturnsElement
#
OverridesReact.Component.render
#
Defined insystem/core/frontend/src/components/CContainer/CContainer.tsx:11