opsinjs

RegistryQuery

A request for one registry item, by id and optionally by base, style and kind.

How this is generated

Source: lib/registry.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.

RegistryQuery

A request for one registry item, by id and optionally by base, style and kind. Anything left out falls back to the default.

KindDeclared in
interfacelib/registry.ts
export interface RegistryQuery {
  name: string
  base?: string
  style?: string
  kind?: RegistryKind
}

On this page