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

    Type Alias SettingsField

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

    Properties

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