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