Roqueform
    Preparing search index...

    Type Alias InferValue<T>

    InferValue: T extends Field ? T["value"] : never

    Infers the value of the field.

    Use InferValue<this> in mixin interfaces to infer the value of the current field.

    Type Parameters

    • T

      The field to infer value of.