Skip to content

targetId

Get the OID of the tagged object of a tag.

Signature

ts
class Tag {
  targetId(): string;
}

Returns

  • string

    OID of the tagged object of a tag.

Released under the MIT License.