mobx-bonsai
Preparing search index...
AttachedStateHandler
Interface AttachedStateHandler<TAttachedState>
Interface for managing attached state with undo events.
interface
AttachedStateHandler
<
TAttachedState
=
unknown
>
{
restore
(
state
:
TAttachedState
)
:
void
;
save
()
:
TAttachedState
;
}
Type Parameters
TAttachedState
=
unknown
Index
Methods
restore
save
Methods
restore
restore
(
state
:
TAttachedState
)
:
void
Parameters
state
:
TAttachedState
Returns
void
save
save
()
:
TAttachedState
Returns
TAttachedState
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
restore
save
mobx-bonsai
Loading...
Interface for managing attached state with undo events.