Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ObjectRef

Index

Constructors

constructor

  • new ObjectRef(_objectId: string, _description: string): ObjectRef
  • Parameters

    • _objectId: string
    • _description: string

    Returns ObjectRef

Properties

Private _description

_description: string

Private _objectId

_objectId: string

Accessors

description

  • get description(): string
  • Returns string

objectId

  • get objectId(): string
  • Returns string

Methods

toString

  • toString(): string
  • Returns string

Static fromFormattedValue

  • fromFormattedValue(value: string): ObjectRef
  • Parameters

    • value: string

    Returns ObjectRef

Generated using TypeDoc