hashbrown

UiKit

API

UiKit
@typeT
ExposedComponentDescriptor
components
readonly T[]

The normalized list of exposed components.

examples
string | null

Compiled UI examples used by the schema description.

registry
ReadonlyMap<string, T>

A registry of component definitions keyed by name.

schema
s.ObjectType<{
        ui: s.ArrayType<ComponentTreeSchema>;
    }>

The resolved wrapper schema for UI output.

serializedSchema
string

Stable serialized form of the resolved schema.