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

    Class MaterialSelector

    A specialized app used to select material types.

    Hierarchy

    • HandlebarsApplication<this> & ApplicationV2<
          RenderContext,
          Configuration,
          RenderOptions,
          this,
      >
      • MaterialSelector
    Index

    Accessors

    • get action(): void | Action

      Returns void | Action

    • get document(): Document<any, any, null>

      The Document instance associated with the application

      Returns Document<any, any, null>

    • get hasBase(): boolean

      Return whether the document has a base material

      Returns boolean

    • get isEditable(): boolean

      Copy of DocumentSheet isEditable

      Returns boolean

    • get item(): ItemPF

      Returns ItemPF

    • get material(): object

      Get material data from document

      Returns object

    • get path(): string

      Return the target attribute

      Returns string

    Methods

    • Returns { addons: { key: string; name: string }[]; basics: {}; materials: {} }

    • Return the source information for the material selector

      Returns object