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

    Hierarchy (View Summary)

    Index

    Properties

    description?: string
    id: string
    isReadOnly?: boolean
    isRequired?: boolean
    label: string
    placeholder?: string
    type: "String"
    value?: unknown
    watchChanges: boolean
    widget: "AddressAutocomplete"