effex-monorepo
    Preparing search index...

    Interface ArrayField<F>

    An array field containing repeated fields.

    interface ArrayField<F extends Field<any, any>> {
        _tag: "Array";
        "[FieldTypeId]": typeof FieldTypeId;
        config: FieldConfig;
        element: F;
    }

    Type Parameters

    • F extends Field<any, any>
    Index

    Properties

    _tag: "Array"
    "[FieldTypeId]": typeof FieldTypeId
    config: FieldConfig
    element: F