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