Skip to main content

Class: CPlugin

frontend.CPlugin

Hierarchy#

  • Component<CPluginProps>

    ↳ CPlugin

Table of contents#

Constructors#

Methods#

Constructors#

constructor#

• new CPlugin(props)

Parameters#

NameType
propsCPluginProps | 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#

NameType
propsCPluginProps
contextany

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

Defined in#

system/core/frontend/src/components/CPlugin/CPlugin.tsx:22