A specialized form application for selecting an Item from a list of available choices

Hierarchy (view full)

Constructors

Properties

selected: any

The currently selected document ID

DEFAULT_OPTIONS: {
    actor: undefined;
    filterFunc: undefined;
    includeNone: boolean;
    items: undefined;
    selected: null;
    window: {
        title: string;
    };
} = ...
PARTS: {
    footer: {
        template: string;
    };
    form: {
        scrollable: string[];
        template: string;
    };
} = ...

Methods

  • Internal

    Returns Promise<{
        buttons: {
            label: string;
            type: string;
        }[];
        document: any;
        none: {
            document: {
                id: string;
                img: string;
                name: string;
            };
            include: any;
        };
        searchTerm: any;
        sections: DocumentSelectorSection[];
        selected: any;
        showSectionHeaders: boolean;
    }>