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

    Class HelpBrowserPF

    An application for displaying system documentation.

    Hierarchy

    • any
      • HelpBrowserPF
    Index

    Constructors

    Properties

    _currentPage: HistoryEntry | undefined
    MD: any

    Markdown

    Accessors

    • get currentUrl(): string

      The URL of the page currently displayed

      Returns string

    • get defaultExtensions(): ShowdownExtension[]

      Extensions for the Markdown converter used by the help browser.

      Returns ShowdownExtension[]

    Methods

    • Returns a HistoryEntry containing a snapshot of the currently rendered state.

      Returns HistoryEntry

      The current state

    • Opens a specific page in the help browser.

      Parameters

      • url: string

        The help URL to open

      Returns void