Item OID

Hierarchy

  • OID

Constructors

Properties

Methods

Constructors

  • Parameters

    • s: string

      construct OID from a string

    • Optional from_path: boolean

      string is a path instead of the regular OID

    Returns OID

Properties

full_id: string
kind: ItemKind

Methods

  • Convert OID to a path

    Returns string

  • Convert OID to a string, use every time when OID needs to be converted into a string instead of JS defaults

    Returns string

  • Compare OID with another one

    Parameters

    • other: OID

      OID to compare with

    Returns boolean

Generated using TypeDoc