Hierarchy

  • FormApplication
    • ItemActionSheet

Constructors

Properties

alignments: any

Accessors

  • get defaultOptions(): {
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: {
            dragSelector: string;
            dropSelector: string;
        }[];
        height: number;
        resizable: boolean;
        scrollY: string[];
        submitOnChange: boolean;
        submitOnClose: boolean;
        tabs: {
            contentSelector: string;
            group: string;
            initial: string;
            navSelector: string;
        }[];
        template: string;
        width: number;
    }
  • Returns {
        classes: string[];
        closeOnSubmit: boolean;
        dragDrop: {
            dragSelector: string;
            dropSelector: string;
        }[];
        height: number;
        resizable: boolean;
        scrollY: string[];
        submitOnChange: boolean;
        submitOnClose: boolean;
        tabs: {
            contentSelector: string;
            group: string;
            initial: string;
            navSelector: string;
        }[];
        template: string;
        width: number;
    }

    • classes: string[]
    • closeOnSubmit: boolean
    • dragDrop: {
          dragSelector: string;
          dropSelector: string;
      }[]
    • height: number
    • resizable: boolean
    • scrollY: string[]
    • submitOnChange: boolean
    • submitOnClose: boolean
    • tabs: {
          contentSelector: string;
          group: string;
          initial: string;
          navSelector: string;
      }[]
    • template: string
    • width: number

Methods

  • Returns Promise<{
        action: ItemAction;
        actor: ActorPF;
        config: config;
        damageTypes: {
            [id: string]: object;
        };
        editable: boolean;
        img: string;
        item: ItemPF;
        rollData: object;
        tag: string;
        user: null | StoredDocument<User>;
    }>

Generated using TypeDoc