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

    Class HelpBrowserPF

    An application for displaying system documentation.

    Hierarchy

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

    Constructors

    Properties

    _currentPage: any
    DEFAULT_OPTIONS: {
        actions: {
            back: () => void;
            forward: () => void;
            nav: (event: PointerEvent, elem: HTMLElement) => void;
        };
        classes: string[];
        id: string;
        position: { height: number; width: number };
        window: {
            icon: string;
            minimizable: boolean;
            resizable: boolean;
            title: string;
        };
    } = ...
    PARTS: { form: { template: string } } = ...

    Accessors

    Methods

    • Protected

      Attach event listeners to the rendered application form.

      Parameters

      • context: ApplicationRenderContext

        Prepared context data

      • options: RenderOptions

        Provided render options

      Returns void

    • Protected

      Returns Promise<
          {
              breadcrumbs: string[];
              hasHistoryBack: boolean;
              hasHistoryForward: boolean;
              pageContent: string;
              url: string;
          },
      >