Object.prototype.getTags(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }): AsyncIterable<Object | Link>
One or more "tags" that have been associated with an objects.
A tag can be any kind of Object. The key difference between attachment
and tag
is that the former implies association by inclusion,
while the latter implies associated by reference.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }