Class: CPlugin
frontend.CPlugin
Hierarchy#
Component<CPluginProps>↳
CPlugin
Table of contents#
Constructors#
Methods#
Constructors#
constructor#
• new CPlugin(props)
Parameters#
| Name | Type |
|---|---|
props | CPluginProps | Readonly<CPluginProps> |
Inherited from#
React.Component<CPluginProps>.constructor
Defined in#
node_modules/@types/react/index.d.ts:475
• new CPlugin(props, context)
deprecated
see https://reactjs.org/docs/legacy-context.html
Parameters#
| Name | Type |
|---|---|
props | CPluginProps |
context | any |
Inherited from#
React.Component<CPluginProps>.constructor
Defined in#
node_modules/@types/react/index.d.ts:480
Methods#
render#
â–¸ render(): Element
Returns#
Element
Overrides#
React.Component.render