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

    Type Alias InferredOutputValue<T, Ref, P>

    InferredOutputValue: NarrowAtPath<InferSchemaValue<T, Ref, "output">, P>

    Public alias mapping a schema input to the rendered value type.

    Picks the OUTPUT side (server → client) of every transform / pipe / codec. For a <SchemaComponent io="output"> or <SchemaView io="output"> (both defaults), this is the inferred shape of value and the parameter of onChange.

    Type Parameters

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