Skip to content

referenceTarget

Get the OID pointed to by a reference which is this branch.

Signature

ts
class Branch {
  referenceTarget(): string | null;
}

Returns

  • null | string

    The OID pointed to by a reference which is this branch.

Released under the MIT License.