ReferenceAPI
StatusMeta
What a release phase shows on a badge.
How this is generated
Source: lib/status.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.
StatusMeta
What a release phase shows on a badge. A label and one sentence a reader can act on, which is also the chip's title and its accessible name.
| Kind | Declared in |
|---|---|
| interface | lib/status.ts |
export interface StatusMeta {
label: string
summary: string
}