An Application displaying documentation for the Pathfinder 1e system within Foundry.

Hierarchy

  • Application
    • HelpBrowserPF

Constructors

Properties

#converter: Converter

The Markdown converter for this application.

_backwardHistory: HistoryEntry[] = []
_currentPage: HistoryEntry = ...

The currently shown entry.

_forwardHistory: HistoryEntry[] = []

Accessors

  • get defaultOptions(): InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        dragDrop: Omit<DragDropConfiguration, "permissions" | "callbacks">[];
        filters: Omit<SearchFilterConfiguration, "callback">[];
        height: number;
        id: string;
        left: null | number;
        minimizable: boolean;
        popOut: boolean;
        resizable: boolean;
        scale: null | number;
        scrollY: string[];
        tabs: Omit<TabsConfiguration, "callback">[];
        template: string;
        title: string;
        top: null | number;
        width: number;
    }, OmitByValue<{
        classes: string[];
        height: number;
        id: string;
        resizable: boolean;
        template: string;
        width: number;
    }, never>>
  • Returns InsertKeys<{
        baseApplication: null | string;
        classes: string[];
        dragDrop: Omit<DragDropConfiguration, "permissions" | "callbacks">[];
        filters: Omit<SearchFilterConfiguration, "callback">[];
        height: number;
        id: string;
        left: null | number;
        minimizable: boolean;
        popOut: boolean;
        resizable: boolean;
        scale: null | number;
        scrollY: string[];
        tabs: Omit<TabsConfiguration, "callback">[];
        template: string;
        title: string;
        top: null | number;
        width: number;
    }, OmitByValue<{
        classes: string[];
        height: number;
        id: string;
        resizable: boolean;
        template: string;
        width: number;
    }, never>>

    Inherit Doc

Methods

Generated using TypeDoc