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

    Class ContentSourceEditor

    Hierarchy

    • HandlebarsApplication<this> & DocumentSheetV2<
          any,
          RenderContext<any>,
          Configuration<any>,
          RenderOptions,
          this,
      >
      • ContentSourceEditor
    Index

    Constructors

    • Parameters

      • Optionaloptions: {}

      Returns ContentSourceEditor

    Properties

    tabGroups: { source: string } = ...

    If this Application uses tabbed navigation groups, this mapping is updated whenever the changeTab method is called. Reports the active tab for each group, with a value of null indicating no tab is active. Subclasses may override this property to define default tabs for each group.

    INDETERMINATE_CSS: string = "fa-solid fa-square-minus indeterminate"
    INVALID_CSS: string = "fa-solid fa-square-xmark invalid"
    VALID_CSS: string = "fa-solid fa-square-check valid"

    Methods

    • Internal

      Handle content source drop

      Parameters

      • event: DragEvent
      • dropData: object

      Returns Promise<undefined>

      • Does not work correctly when dealing with
    • Returns Promise<void>

    • Parameters

      • ...this: any
      • event: Event
      • target: HTMLElement

      Returns Promise<void>

    • Parameters

      • ...this: any
      • event: Event
      • target: HTMLElement

      Returns Promise<undefined>

    • Parameters

      • ...this: any
      • event: Event
      • form: HTMLElement
      • formData: object

      Returns any

    • Open editor application for defined document.

      Parameters

      • document: Actor<"base" | ModuleSubType> | Item<"base" | ModuleSubType>

        Item or Actor reference

      Returns ContentSourceEditor

      Reference to opened application.