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