DiagramDetails

Interface

Detailed information for a diagram.

Inheritance: DiagramDetailsDiagram

Properties

Hide inherited properties
PropertyTypeNotes
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 -1 indicates a draft version.

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.

Steps associated with the diagram.

active

inherited
Interface Property
active: boolean

Indicates whether the diagram is active.

Inherited from Diagram.active

dataSources

Interface Property
dataSources: DataSource[]

Data sources associated with the diagram.

description

optionalinherited
Interface Property
description: string

Description for the diagram.

Inherited from Diagram.description

diagramId

inherited
Interface Property
diagramId: string

Diagram Id.

Inherited from Diagram.diagramId

diagramName

inherited
Interface Property
diagramName: string

Diagram name.

Inherited from Diagram.diagramName

diagramVersion

Interface Property
diagramVersion: number

Version number for a diagram. A version of -1 indicates a draft version.

displayGrid

Interface Property
displayGrid: boolean

Indicates whether to show a grid when editing a diagram.

draft

inherited
Interface Property
draft: boolean

Indicates whether the diagram has a draft.

Inherited from Diagram.draft

initialStepId

Interface Property
initialStepId: string

Initial starting step for the diagram.

initialStepName

Interface Property
initialStepName: string

Step name for the initial starting step.

steps

Interface Property
steps: Step[]

Steps associated with the diagram.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.