-
Notifications
You must be signed in to change notification settings - Fork 50
bpmnmodeldata
ralphhanna edited this page Dec 18, 2023
·
3 revisions
bpmn-server / BpmnModelData
• new BpmnModelData(name
, source
, svg
, processes
, events
): BpmnModelData
Name | Type |
---|---|
name |
any |
source |
any |
svg |
any |
processes |
any |
events |
any |
• events: IEventData
[]
• name: any
• processes: IProcessData
[]
• saved: any
• source: any
• svg: any
▸ parse(definition
): void
Name | Type |
---|---|
definition |
Definition |
void