Search
Preparing search index...
The search index is not available
VMware Transport (TypeScript)
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
VMware Transport (TypeScript)
StoreStateChange
Class StoreStateChange<T, V>
Type parameters
T
V
Hierarchy
BaseStoreState
<
T
,
V
>
StoreStateChange
Index
Constructors
constructor
Accessors
id
type
value
Constructors
constructor
new
Store
State
Change
<
T
,
V
>
(
objectId
:
string
, changeType
:
T
, objectValue
:
V
)
:
StoreStateChange
<
T
,
V
>
Type parameters
T
V
Parameters
objectId:
string
changeType:
T
objectValue:
V
Returns
StoreStateChange
<
T
,
V
>
Accessors
id
get
id
(
)
:
string
Returns
string
type
get
type
(
)
:
T
Returns
T
value
get
value
(
)
:
V
Returns
V
Exports
Store
State
Change
constructor
id
type
value
Generated using
TypeDoc