Perseus
Preparing search index...
@khanacademy/perseus-editor
<internal>
GradedGroupEditor
Class GradedGroupEditor
Hierarchy
Component
<
Props
>
GradedGroupEditor
Index
Constructors
constructor
Properties
change
editor
get
Save
Warnings
handle
Add
Hint
handle
Remove
Hint
hint
Editor
serialize
default
Props
prop
Types
widget
Name
Methods
render
Constructors
constructor
new
GradedGroupEditor
(
props
:
any
)
:
GradedGroupEditor
Parameters
props
:
any
Returns
GradedGroupEditor
new
GradedGroupEditor
(
props
:
any
,
context
:
any
)
:
GradedGroupEditor
Parameters
props
:
any
context
:
any
Returns
GradedGroupEditor
Deprecated
See
React Docs
Properties
change
change
:
(
arg1
:
any
,
arg2
:
any
,
arg3
:
any
)
=>
any
= ...
editor
editor
:
RefObject
<
Editor
>
= ...
get
Save
Warnings
getSaveWarnings
:
()
=>
any
= ...
handle
Add
Hint
handleAddHint
:
()
=>
void
= ...
handle
Remove
Hint
handleRemoveHint
:
(
arg1
:
MouseEvent
)
=>
void
= ...
hint
Editor
hintEditor
:
RefObject
<
Editor
>
= ...
serialize
serialize
:
()
=>
{
hint
:
any
;
title
:
string
}
= ...
Static
default
Props
defaultProps
:
GradedGroupDefaultWidgetOptions
= gradedGroupLogic.defaultWidgetOptions
Static
prop
Types
propTypes
:
{
apiOptions
:
any
;
content
:
any
;
images
:
any
;
onChange
:
any
;
title
:
any
;
widgets
:
any
;
}
= ...
Static
widget
Name
widgetName
:
"graded-group"
= ...
Methods
render
render
()
:
ReactNode
Returns
ReactNode
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
change
editor
get
Save
Warnings
handle
Add
Hint
handle
Remove
Hint
hint
Editor
serialize
default
Props
prop
Types
widget
Name
Methods
render
Perseus
Loading...
Deprecated
See
React Docs