Interface
Detailed information for a diagram.
Properties
Property | Type | Notes |
---|---|---|
active inherited | boolean | Indicates whether the diagram is active. |
Data sources associated with the diagram. | ||
description inherited | string | Description for the diagram. |
diagramId inherited | string | Diagram Id. |
diagramName inherited | string | Diagram name. |
number | Version number for a diagram. A version of | |
boolean | Indicates whether to show a grid when editing a diagram. | |
draft inherited | boolean | Indicates whether the diagram has a draft. |
string | Initial starting step for the diagram. | |
string | Step name for the initial starting step. | |
Step[] | Steps associated with the diagram. |
dataSources
Interface PropertydataSources: DataSource[]
Data sources associated with the diagram.
diagramVersion
Interface PropertydiagramVersion: number
Version number for a diagram. A version of -1
indicates a draft
version.
displayGrid
Interface PropertydisplayGrid: boolean
Indicates whether to show a grid when editing a diagram.
steps
Interface Propertysteps: Step[]
Steps associated with the diagram.