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

    Hierarchy

    • DocumentSheet
      • SkillEditor
    Index

    Constructors

    • Parameters

      • actor: any
      • skillId: any
      • subSkillId: any
      • options: {} = {}

      Returns SkillEditor

    Properties

    _callbacks: any[] = []
    skillId: any
    subSkillId: any
    _warnedAppV1: boolean = true

    Accessors

    • get actor(): ActorPF

      Returns ActorPF

    • get isStaticSkill(): boolean

      Returns boolean

    • get isSubSkill(): boolean

      Returns boolean

    • get skill(): object

      Returns object

    • get skillName(): string

      Returns string

    • get skillTag(): string

      Returns string

    • get title(): string

      Returns string

    • 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

    • Returns boolean

    • Parameters

      • event: any

      Returns Promise<undefined | ActorPF>

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

      Parameters

      • event: any

        The originating DragEvent

      Returns Promise<void>

    • Parameters

      • event: any

      Returns Promise<void>

    • Parameters

      • event: any
      • formData: any

      Returns Promise<undefined | ActorPF>

    • Parameters

      • html: any

      Returns void

    • Parameters

      • fn: any

      Returns void

    • Parameters

      • ...args: any[]

      Returns Promise<void>

    • Returns Promise<any>