@patternmeshjs/core
    Preparing search index...

    Interface FieldDef

    interface FieldDef {
        _hasDefault: boolean;
        _kind: FieldScalarKind;
        _required: boolean;
        defaultFactory?: () => unknown;
        enumValues?: readonly string[];
        idPrefix?: string;
        isImmutable: boolean;
        isVersion: boolean;
        listItemField?: FieldDef;
        objectShape?: SchemaRecord;
        recordValueField?: FieldDef;
    }
    Index

    Properties

    _hasDefault: boolean
    _kind: FieldScalarKind
    _required: boolean
    defaultFactory?: () => unknown
    enumValues?: readonly string[]
    idPrefix?: string
    isImmutable: boolean
    isVersion: boolean
    listItemField?: FieldDef
    objectShape?: SchemaRecord
    recordValueField?: FieldDef