Perseus
Preparing search index...
@khanacademy/perseus-editor
<internal>
IframeEditor
Class IframeEditor
This is the main editor for this widget, to specify all the options.
Hierarchy
Component
<
IframeEditorProps
>
IframeEditor
Index
Constructors
constructor
Properties
change
handle
Settings
Change
serialize
default
Props
prop
Types
widget
Name
Methods
render
Constructors
constructor
new
IframeEditor
(
props
:
any
)
:
IframeEditor
Parameters
props
:
any
Returns
IframeEditor
new
IframeEditor
(
props
:
any
,
context
:
any
)
:
IframeEditor
Parameters
props
:
any
context
:
any
Returns
IframeEditor
Deprecated
See
React Docs
Properties
change
change
:
(
arg1
:
any
,
arg2
:
any
,
arg3
:
any
)
=>
any
= ...
handle
Settings
Change
handleSettingsChange
:
(
arg1
:
any
)
=>
void
= ...
serialize
serialize
:
()
=>
any
= ...
Static
default
Props
defaultProps
:
IFrameDefaultWidgetOptions
= iframeLogic.defaultWidgetOptions
Static
prop
Types
propTypes
:
{
onChange
:
any
}
= ...
Static
widget
Name
widgetName
:
"iframe"
= ...
Methods
render
render
()
:
ReactNode
Returns
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
change
handle
Settings
Change
serialize
default
Props
prop
Types
widget
Name
Methods
render
Perseus
Loading...
This is the main editor for this widget, to specify all the options.