JSR

Group.prototype.getAliases(options?: { documentLoader?: DocumentLoader; contextLoader?: DocumentLoader; suppressError?: boolean; tracerProvider?: TracerProvider; crossOrigin?: "ignore" | "throw" | "trust"; }): AsyncIterable<Application | Group | Organization | Person | Service>

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.

Parameters

Return Type

Use with

Deno logo

Deno

Deno logo

Deno

pnpm logo

pnpm

Yarn logo

Yarn

vlt logo

vlt

npm logo

npm

Bun logo

Bun

Add Package

deno add jsr:@fedify/vocab

Import symbol

import { Group } from "@fedify/vocab";

or

Import directly with a jsr specifier

import { Group } from "jsr:@fedify/vocab@^2.3.6";

Document Navigation

Read the original on jsr.io ↗