Class: VueFlowApp
Table of contents
Constructors
Properties
Methods
Constructors
constructor
• new VueFlowApp()
Properties
config
• config: ConfigFactory
currentId
• currentId: number
flows
• flows: Map
<string
, VueFlowStore
>
hooks
• Private
hooks: any
instance
â–ª Static
instance: VueFlowApp
Methods
create
â–¸ create(id
, initialOptions?
): VueFlowStore
Parameters
Name | Type |
---|---|
id | string |
initialOptions? | FlowProps |
Returns
get
â–¸ get(id
): undefined
| VueFlowStore
Parameters
Name | Type |
---|---|
id | string |
Returns
undefined
| VueFlowStore
getId
â–¸ getId(): string
Returns
string
remove
â–¸ remove(id
): boolean
Parameters
Name | Type |
---|---|
id | string |
Returns
boolean
set
â–¸ set(id
, flow
): Map
<string
, VueFlowStore
>
Parameters
Name | Type |
---|---|
id | string |
flow | VueFlowStore |
Returns
Map
<string
, VueFlowStore
>
setConfig
â–¸ setConfig(options
): VueFlowApp
Parameters
Name | Type | Description |
---|---|---|
options | ConfigFactory |
Returns
use
â–¸ use(plugin
): VueFlowApp
Parameters
Name | Type |
---|---|
plugin | Plugin |
Returns
getInstance
â–¸ Static
getInstance(): VueFlowApp