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

    Type Alias InferredInputValue<T, Ref, P>

    InferredInputValue: NarrowAtPath<InferSchemaValue<T, Ref, "input">, P>

    Companion to InferredOutputValue for "input"-mode shapes.

    Picks the INPUT side (client → server) of every transform / pipe / codec. Surfaces as the inferred shape of value / onChange when a consumer renders <SchemaComponent io="input">. For JSON Schema inputs with readOnly/writeOnly annotations, the INPUT mode omits properties marked readOnly: true.

    Type Parameters

    • T
    • Ref extends string | undefined = undefined
    • P extends string | undefined = undefined