Idea React
Preparing search index...
Editor
Class Editor
Hierarchy
Component
<
EditorProps
>
Editor
Index
Constructors
constructor
Properties
display
Name
Accessors
inner
Value
Methods
render
save
Constructors
constructor
new
Editor
(
props
:
WrapperProps
&
Pick
<
InputHTMLAttributes
<
HTMLInputElement
>
,
"name"
|
"required"
,
>
,
)
:
Editor
Parameters
props
:
WrapperProps
&
Pick
<
InputHTMLAttributes
<
HTMLInputElement
>
,
"name"
|
"required"
>
Returns
Editor
new
Editor
(
props
:
WrapperProps
&
Pick
<
InputHTMLAttributes
<
HTMLInputElement
>
,
"name"
|
"required"
,
>
,
context
:
any
,
)
:
Editor
Parameters
props
:
WrapperProps
&
Pick
<
InputHTMLAttributes
<
HTMLInputElement
>
,
"name"
|
"required"
>
context
:
any
value of the parent
Context
specified in
contextType
.
Returns
Editor
Properties
Static
display
Name
displayName
:
string
= 'Editor'
Accessors
inner
Value
innerValue
:
OutputData
Methods
render
render
()
:
Element
Returns
Element
save
save
()
:
Promise
<
OutputData
>
Returns
Promise
<
OutputData
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
display
Name
Accessors
inner
Value
Methods
render
save
Idea React
Loading...
value of the parent Context specified in
contextType.