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

    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

    Methods

    • Parameters

      • event: any

      Returns Promise<ActorPF | undefined>

    • Parameters

      • event: any

      Returns Promise<void>

    • Parameters

      • fn: any

      Returns void