Skip to content

targetPeel

Return the peeled OID target of this reference.

This peeled OID only applies to direct references that point to a hard.

Signature

ts
class Reference {
  targetPeel(): string | null;
}

Returns

  • null | string

    Peeled OID of this reference.

Released under the MIT License.