Skip to content

target

Get the OID pointed to by a direct reference.

Only available if the reference is direct (i.e. an object id reference, not a symbolic one).

Signature

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

Returns

  • null | string

    OID pointed to by a direct reference.

Released under the MIT License.