schema-components - v3.7.0
    Preparing search index...

    Interface SolidComponentResolver

    Theme adapter — maps every schema field type to its Solid renderer. Unset keys fall back to the headless resolver (see solid/headless.ts). Pass to <SchemaProvider resolver={...}> to drive every schema-driven render with a specific theme.

    Structurally mirrors React's ComponentResolver from core/renderer.ts — Solid and React share the renderer key matrix because both consume the same WalkedField discriminated union.

    Index

    Properties

    discriminatedUnion?: SolidRenderFunction
    conditional?: SolidRenderFunction