tuil
ReferencePackages@mwillbanks/tuil-registryAPI

RegistryInstallOptions

interface exported by @mwillbanks/tuil-registry.

View rawEdit

interface

Public interface exported by @mwillbanks/tuil-registry.

export interface RegistryInstallOptions extends RegistryTransformOptions {
  readonly force?: boolean;
  readonly frozenLockfile?: boolean;
  readonly environment?: {
    readonly renderer: string;
    readonly capabilities: ReadonlySet<string>;
    readonly tuilVersion: string;
  };
}

Members

MemberTypeRequiredDescriptionRelated types
forceboolean | undefinedNoThe force member uses the boolean | undefined contract.
frozenLockfileboolean | undefinedNoThe frozenLockfile member uses the boolean | undefined contract.
environment&#123; readonly renderer: string; readonly capabilities: ReadonlySet<string>; readonly tuilVersion: string; &#125; | undefinedNoThe environment member uses the &#123; readonly renderer: string; readonly capabilities: ReadonlySet<string>; readonly tuilVersion: string; &#125; | undefined contract.
importAliasesReadonly<Record<string, string>> | undefinedNoThe importAliases member uses the Readonly<Record<string, string>> | undefined contract.
componentDirectorystring | undefinedNoThe componentDirectory member uses the string | undefined contract.
themeTokensReadonly<Record<string, string>> | undefinedNoThe themeTokens member uses the Readonly<Record<string, string>> | undefined contract.
format((content: string, target: string) => string | Promise<string>) | undefinedNoThe format member uses the ((content: string, target: string) => string | Promise<string>) | undefined contract.

Parameters

This declaration has no public members.

Returns

This declaration does not return a value.

Throws

No thrown errors are documented for this declaration.

Source

View the secondary source reference

Package

@mwillbanks/tuil-registry

On this page