Hierarchy

  • FormApplication
    • ExperienceDistributor

Constructors

Properties

bonusXP: number

Accessors

  • get defaultOptions(): InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: Omit<DragDropConfiguration, "permissions" | "callbacks">[];
        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[];
        height: number;
        resizable: boolean;
        scrollY: string[];
        template: string;
        title: string;
        width: number;
    }, never>>
  • Returns InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: Omit<DragDropConfiguration, "permissions" | "callbacks">[];
        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[];
        height: number;
        resizable: boolean;
        scrollY: string[];
        template: string;
        title: string;
        width: number;
    }, never>>

Methods

  • Returns Data<{}, FormApplicationOptions> | Promise<Data<{}, FormApplicationOptions>>

  • Parameters

    • actor: any

    Returns null | {
        actor: Actor;
        id: string;
        toggled: boolean;
        xp: any;
        xpString: any;
    }

Generated using TypeDoc