tsbase
Preparing search index...
Transaction
Type Alias Transaction<T>
type
Transaction
<
T
>
=
{
fromState
?:
T
;
path
:
string
;
timestamp
:
number
;
toState
:
T
;
voided
:
boolean
;
}
Type Parameters
T
Index
Properties
from
State?
path
timestamp
to
State
voided
Properties
Optional
from
State
fromState
?:
T
path
path
:
string
timestamp
timestamp
:
number
to
State
toState
:
T
voided
voided
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
from
State
path
timestamp
to
State
voided
tsbase
Loading...