Hierarchy

  • FormApplication
    • DamageTypeSelector

Constructors

Properties

damage: DamageTypes
path: string

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<{
        closeOnSubmit: boolean;
        height: number;
        scrollY: string[];
        template: 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<{
        closeOnSubmit: boolean;
        height: number;
        scrollY: string[];
        template: string;
        width: number;
    }, never>>

Methods

  • Returns Promise<{
        damage: DamageTypes;
        damageCategories: never[];
        damageModifiers: {
            enabled: boolean;
            id: string;
        }[];
        damageTypes: {
            enabled: boolean;
            id: string;
        }[];
    }>

Generated using TypeDoc