effex-monorepo
    Preparing search index...

    Interface LeafField<A, I>

    A leaf field wrapping a Schema.

    interface LeafField<A, I = A> {
        _tag: "Leaf";
        "[FieldTypeId]": typeof FieldTypeId;
        config: FieldConfig;
        schema: Schema<A, I>;
    }

    Type Parameters

    • A
    • I = A
    Index

    Properties

    _tag: "Leaf"
    "[FieldTypeId]": typeof FieldTypeId
    config: FieldConfig
    schema: Schema<A, I>