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)
BaseStoreState
Class BaseStoreState<T, V>
Type parameters
T
V
Hierarchy
BaseStoreState
StoreStateChange
StoreStateMutation
Index
Constructors
constructor
Accessors
type
value
Constructors
constructor
new
Base
Store
State
<
T
,
V
>
(
changeType
:
T
, objectValue
:
V
)
:
BaseStoreState
<
T
,
V
>
Type parameters
T
V
Parameters
changeType:
T
objectValue:
V
Returns
BaseStoreState
<
T
,
V
>
Accessors
type
get
type
(
)
:
T
Returns
T
value
get
value
(
)
:
V
Returns
V
Exports
Base
Store
State
constructor
type
value
Generated using
TypeDoc