Options
All
  • Public
  • Public/Protected
  • All
Menu

Helper class for working with Design Automation aliases and IDs.

Hierarchy

  • DesignAutomationID

Index

Constructors

Properties

Methods

Constructors

constructor

  • Creates new fully qualified ID.

    Parameters

    • owner: string

      Owner part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

    • id: string

      ID part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

    • alias: string

      Alias part of the fully qualified ID. Must consist of a-z, A-Z, 0-9 and _ characters only.

    Returns DesignAutomationID

Properties

alias

alias: string

id

id: string

owner

owner: string

Methods

toString

  • toString(): string
  • Outputs the fully qualified ID in a form expected by Design Automation endpoints.

    Returns string

Static parse

Generated using TypeDoc