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

    Class Troubleshooter

    Hierarchy

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

    Constructors

    • Applications are constructed by providing an object of configuration options.

      Parameters

      • Optionaloptions: {}

        Options used to configure the Application instance (default: {})

      Returns Troubleshooter

    Properties

    migrating: { modules: boolean; world: boolean } = ...
    reprocess: boolean = false
    unlock: boolean = false
    DEFAULT_OPTIONS: {
        actions: {
            help: (_event: Event) => void;
            migrate: (event: Event, button: HTMLElement) => Promise<void>;
        };
        classes: string[];
        id: string;
        position: { width: number };
        tag: string;
        window: {
            icon: string;
            minimizable: boolean;
            resizable: boolean;
            title: string;
        };
    } = ...
    PARTS: { form: { template: string } } = ...

    Methods

    • Internal

      The event handler for changes to form input elements

      Parameters

      • formConfig: ApplicationFormConfiguration

        The configuration of the form being changed

      • event: Event

        The triggering event

      Returns void

    • Protected

      Returns Promise<
          {
              isGM: boolean;
              links: {
                  faq: string;
                  foundry: { channel: string; discord: string; kb: string };
                  help: string;
                  helpmodule: string;
                  report: string;
              };
              migrating: { modules: boolean; world: boolean };
              reprocess: boolean;
              unlockPacks: boolean;
          },
      >

    • Parameters

      • event: Event

        Triggering event

      • button: HTMLElement

        Source button

      Returns Promise<void>