ReferenceAPI
AliasProblem
One search synonym that cannot be used, either because two components claim it or because it collides with a component id.
How this is generated
Source: lib/catalogue.ts. Script: scripts/build-reference.mts. Command:
pnpm run generate.
Everything below is copied from the symbol, so a page is improved by improving its doc comment. The API index says why there is a page per symbol and what these pages still do not carry.
AliasProblem
One search synonym that cannot be used, either because two components claim it or because it collides with a component id.
| Kind | Declared in |
|---|---|
| interface | lib/catalogue.ts |
export interface AliasProblem {
alias: string
reason: "duplicate" | "collides-with-id"
owners: string[]
}