Forest Admin - API reference
    Preparing search index...
    interface ActionFieldFilePicker {
        description?: string;
        extensions?: string[];
        id: string;
        isReadOnly?: boolean;
        isRequired?: boolean;
        label: string;
        maxCount?: number;
        maxSizeMb?: number;
        type: "File" | "FileList";
        value?: unknown;
        watchChanges: boolean;
        widget: "FilePicker";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    extensions?: string[]
    id: string
    isReadOnly?: boolean
    isRequired?: boolean
    label: string
    maxCount?: number
    maxSizeMb?: number
    type: "File" | "FileList"
    value?: unknown
    watchChanges: boolean
    widget: "FilePicker"