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