Pathfinder 1e for Foundry VTT
    Preparing search index...

    Hierarchy

    • DocumentSheet
      • SkillEditor
    Index

    Constructors

    Properties

    _callbacks: any[]
    skillId: any
    subSkillId: any

    Accessors

    • get defaultOptions(): {
          classes: string[];
          closeOnSubmit: boolean;
          dragDrop: { dropSelector: string }[];
          sheetConfig: boolean;
          submitOnChange: boolean;
          submitOnClose: boolean;
          template: string;
          width: number;
      }

      Returns {
          classes: string[];
          closeOnSubmit: boolean;
          dragDrop: { dropSelector: string }[];
          sheetConfig: boolean;
          submitOnChange: boolean;
          submitOnClose: boolean;
          template: string;
          width: number;
      }

      foundry.utils.mergeObject(super.defaultOptions, {
      classes: ["sheet"],
      template: `templates/sheets/${this.name.toLowerCase()}.html`,
      viewPermission: CONST.DOCUMENT_OWNERSHIP_LEVELS.LIMITED,
      sheetConfig: true,
      secrets: []
      });

    Methods

    • Callback actions which occur when a dragged element is dropped on a target.

      Parameters

      • event: any

        The originating DragEvent

      Returns Promise<void>