Hierarchy (view full)

Constructors

Properties

Accessors

Constructors

Properties

$: {
    id: string;
    name?: string;
}

Type declaration

  • id: string
  • Optional name?: string
process: BPMNProcess

Accessors

  • get id(): string
  • The function returns the value of the id property of the object that is stored in the $ property of the current object

    Returns string

    The id property of the object.

  • get name(): undefined | string
  • The function returns the value of the name property of the object that is stored in the $ property of the current object

    Returns undefined | string

    The name property of the object.

Generated using TypeDoc