bpmn-server / BpmnModelData
Class: BpmnModelData#
Implements#
Table of contents#
Constructors#
Properties#
Methods#
Constructors#
constructor#
• new BpmnModelData(name, source, svg, processes, events): BpmnModelData
Parameters#
| Name | Type |
|---|---|
name |
any |
source |
any |
svg |
any |
processes |
any |
events |
any |
Returns#
Defined in#
Properties#
name#
• name: any
Implementation of#
Defined in#
source#
• source: any
Implementation of#
Defined in#
svg#
• svg: any
Implementation of#
Defined in#
processes#
• processes: IProcessData[]
Implementation of#
Defined in#
events#
• events: IEventData[]
Implementation of#
Defined in#
saved#
• saved: any
Implementation of#
Defined in#
Methods#
parse#
▸ parse(definition): void
Parameters#
| Name | Type |
|---|---|
definition |
Definition |
Returns#
void