Search
Preparing search index...
The search index is not available
@braks/vue-flow
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
@braks/vue-flow
GlobalVueFlowStorage
Class GlobalVueFlowStorage
Stores all currently created store instances
Hierarchy
GlobalVueFlowStorage
Index
Constructors
constructor
Properties
current
Id
flows
instance
Methods
create
get
get
Id
remove
set
get
Instance
Constructors
constructor
new
Global
Vue
Flow
Storage
(
)
:
GlobalVueFlowStorage
Returns
GlobalVueFlowStorage
Properties
current
Id
current
Id
:
number
flows
flows
:
Map
<
string
,
VueFlowStore
>
Static
instance
instance
:
GlobalVueFlowStorage
Methods
create
create
(
id
:
string
, preloadedState
?:
FlowProps
)
:
VueFlowStore
Parameters
id:
string
Optional
preloadedState:
FlowProps
Returns
VueFlowStore
get
get
(
id
:
string
)
:
undefined
|
VueFlowStore
Parameters
id:
string
Returns
undefined
|
VueFlowStore
get
Id
get
Id
(
)
:
string
Returns
string
remove
remove
(
id
:
string
)
:
boolean
Parameters
id:
string
Returns
boolean
set
set
(
id
:
string
, flow
:
VueFlowStore
)
:
Map
<
string
,
VueFlowStore
>
Parameters
id:
string
flow:
VueFlowStore
Returns
Map
<
string
,
VueFlowStore
>
Static
get
Instance
get
Instance
(
)
:
GlobalVueFlowStorage
Returns
GlobalVueFlowStorage
Exports
Global
Vue
Flow
Storage
constructor
current
Id
flows
instance
create
get
get
Id
remove
set
get
Instance
Generated using
TypeDoc
Stores all currently created store instances