Hierarchy

  • FormApplication
    • ExperienceDistributor

Constructors

Properties

_actors: XPDistributorActor[] = []
_bonusXP: number = 0

Accessors

  • get defaultOptions(): InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: {
            dragSelector: null;
            dropSelector: string;
        }[];
        editable: boolean;
        filters: Omit<SearchFilterConfiguration, "callback">[];
        height: number;
        id: string;
        left: null | number;
        minimizable: boolean;
        popOut: boolean;
        resizable: boolean;
        scale: null | number;
        scrollY: string[];
        sheetConfig: boolean;
        submitOnChange: boolean;
        submitOnClose: boolean;
        tabs: Omit<TabsConfiguration, "callback">[];
        template: string;
        title: string;
        top: null | number;
        width: number;
    }, OmitByValue<{
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: {
            dragSelector: null;
            dropSelector: string;
        }[];
        height: number;
        resizable: boolean;
        scrollY: string[];
        submitOnChange: boolean;
        submitOnClose: boolean;
        template: string;
        title: string;
        width: number;
    }, never>>
  • Returns InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: {
            dragSelector: null;
            dropSelector: string;
        }[];
        editable: boolean;
        filters: Omit<SearchFilterConfiguration, "callback">[];
        height: number;
        id: string;
        left: null | number;
        minimizable: boolean;
        popOut: boolean;
        resizable: boolean;
        scale: null | number;
        scrollY: string[];
        sheetConfig: boolean;
        submitOnChange: boolean;
        submitOnClose: boolean;
        tabs: Omit<TabsConfiguration, "callback">[];
        template: string;
        title: string;
        top: null | number;
        width: number;
    }, OmitByValue<{
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: {
            dragSelector: null;
            dropSelector: string;
        }[];
        height: number;
        resizable: boolean;
        scrollY: string[];
        submitOnChange: boolean;
        submitOnClose: boolean;
        template: string;
        title: string;
        width: number;
    }, never>>

Methods

Generated using TypeDoc