@zhelvis/structure-ts
Preparing search index...
ChangeAction
Type Alias ChangeAction
Represents an action that changes a value at a specific path.
type
ChangeAction
=
{
from
:
unknown
;
path
:
Path
;
to
:
unknown
;
type
:
CHANGE
;
}
Index
Properties
from
path
to
type
Properties
from
from
:
unknown
path
path
:
Path
to
to
:
unknown
type
type
:
CHANGE
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
path
to
type
@zhelvis/structure-ts
Loading...
Represents an action that changes a value at a specific path.