Forest Admin - API reference
    Preparing search index...
    interface ActionFieldJsonEditor {
        description?: string;
        id: string;
        isReadOnly?: boolean;
        isRequired?: boolean;
        label: string;
        type: "Json";
        value?: unknown;
        watchChanges: boolean;
        widget: "JsonEditor";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    id: string
    isReadOnly?: boolean
    isRequired?: boolean
    label: string
    type: "Json"
    value?: unknown
    watchChanges: boolean
    widget: "JsonEditor"