@ptkl/sdk - v1.7.1
    Preparing search index...

    Type Alias SettingsField

    type SettingsField = {
        component_template?: string;
        constraints?: FieldConstraints;
        context?: Context[] | null;
        description?: Record<string, any> | null;
        group?: string;
        key: string;
        label: Record<string, any> | null;
        module?: string;
        mutators?: { get?: string; set?: string };
        name: string;
        permissions?: string[] | null;
        protected?: boolean;
        provided_template?: boolean;
        provided_template_component?: string;
        relation?: {
            foreign?: string;
            foreign_uuid?: string | null;
            key?: string[];
            type?: string;
        };
        roles?: FieldRoles
        | null;
        sortOrder?: number;
        template?: string;
        type: string;
        visible?: boolean;
    }
    Index

    Properties

    component_template?: string
    constraints?: FieldConstraints
    context?: Context[] | null
    description?: Record<string, any> | null
    group?: string
    key: string
    label: Record<string, any> | null
    module?: string
    mutators?: { get?: string; set?: string }
    name: string
    permissions?: string[] | null
    protected?: boolean
    provided_template?: boolean
    provided_template_component?: string
    relation?: {
        foreign?: string;
        foreign_uuid?: string | null;
        key?: string[];
        type?: string;
    }
    roles?: FieldRoles | null
    sortOrder?: number
    template?: string
    type: string
    visible?: boolean