ixfx
Preparing search index...
@ixfx/core
Pathed
PathDataChange
Type Alias PathDataChange<V>
PathDataChange
:
PathData
<
V
>
&
{
previous
?:
V
;
state
:
"change"
|
"added"
|
"removed"
;
}
A change to a value
Type Parameters
V
Type declaration
Optional
previous
?:
V
Previous value, if any
state
:
"change"
|
"added"
|
"removed"
Nature of the change
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
A change to a value