effex-monorepo
    Preparing search index...

    Interface StructField<F>

    A struct field containing nested fields.

    interface StructField<F extends Record<string, Field<any, any>>> {
        _tag: "Struct";
        "[FieldTypeId]": typeof FieldTypeId;
        config: FieldConfig;
        fields: F;
    }

    Type Parameters

    • F extends Record<string, Field<any, any>>
    Index

    Properties

    _tag: "Struct"
    "[FieldTypeId]": typeof FieldTypeId
    config: FieldConfig
    fields: F