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

Hierarchy (View Summary)

Constructors

Properties

selected: any

The currently selected document ID

DEFAULT_OPTIONS: {
    actors: undefined;
    ownership: 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;
        },
    >