jamespot-user-api
Preparing search index...
WidgetEditorActions
Type Alias WidgetEditorActions<T>
type
WidgetEditorActions
<
T
=
CombinedWidgetContent
>
=
{
onChange
:
(
content
:
Partial
<
T
>
,
override
?:
boolean
)
=>
void
;
onSave
:
(
content
:
Partial
<
T
>
)
=>
void
;
onStateChange
:
(
state
:
WidgetStateProps
)
=>
void
;
}
Type Parameters
T
=
CombinedWidgetContent
Index
Properties
on
Change
on
Save
on
State
Change
Properties
on
Change
onChange
:
(
content
:
Partial
<
T
>
,
override
?:
boolean
)
=>
void
on
Save
onSave
:
(
content
:
Partial
<
T
>
)
=>
void
on
State
Change
onStateChange
:
(
state
:
WidgetStateProps
)
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Change
on
Save
on
State
Change
jamespot-user-api
Loading...