Application.prototype.getAliases(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }): AsyncIterable<>
The aliases
(alsoKnownAs
) property is used to specify alternative names
or aliases for an entity. It can be used to provide additional identifiers
or labels for an entity, which can be useful in scenarios where an entity
may have multiple names or aliases.
optional
options: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; }