Forest Admin - API reference
    Preparing search index...
    interface ActionFieldTextInputList {
        allowDuplicates?: boolean;
        allowEmptyValues?: boolean;
        description?: string;
        enableReorder?: boolean;
        id: string;
        isReadOnly?: boolean;
        isRequired?: boolean;
        label: string;
        placeholder?: string;
        type: "StringList";
        value?: unknown;
        watchChanges: boolean;
        widget: "TextInputList";
    }

    Hierarchy (View Summary)

    Index

    Properties

    allowDuplicates?: boolean
    allowEmptyValues?: boolean
    description?: string
    enableReorder?: boolean
    id: string
    isReadOnly?: boolean
    isRequired?: boolean
    label: string
    placeholder?: string
    type: "StringList"
    value?: unknown
    watchChanges: boolean
    widget: "TextInputList"