Forest Admin - API reference
    Preparing search index...
    interface ActionFieldDatePickerInput {
        description?: string;
        format?: string;
        id: string;
        isReadOnly?: boolean;
        isRequired?: boolean;
        label: string;
        max?: Date;
        min?: Date;
        placeholder?: string;
        type: "Date" | "Dateonly" | "String";
        value?: unknown;
        watchChanges: boolean;
        widget: "DatePicker";
    }

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    format?: string
    id: string
    isReadOnly?: boolean
    isRequired?: boolean
    label: string
    max?: Date
    min?: Date
    placeholder?: string
    type: "Date" | "Dateonly" | "String"
    value?: unknown
    watchChanges: boolean
    widget: "DatePicker"