Export

Interface

Element

Hierarchy

Implements

Constructors

Properties

_diagramId: number
_displayedName?: string
_id: string
_iri?: string
_originalId?: string
_type: TypesEnum
isHierarchy: (() => boolean)

Type declaration

    • (): boolean
    • Returns boolean

Accessors

  • get originalId(): undefined | string
  • In case of replicated elements, this is the ID of the original element replicated in multiple occurrences, all of them with different IDs

    Memberof

    Element

    Returns undefined | string

  • set originalId(id: undefined | string): void
  • In case of replicated elements, this is the ID of the original element replicated in multiple occurrences, all of them with different IDs

    Memberof

    Element

    Parameters

    • id: undefined | string

    Returns void

Methods