Hierarchy

  • Application
    • Troubleshooter

Constructors

  • Parameters

    • Optional options: Partial<ApplicationOptions>

      Configuration options which control how the application is rendered. Application subclasses may add additional supported options, but the following configurations are supported for all Applications. The values passed to the constructor are combined with the defaultOptions defined at the class level.

    Returns Troubleshooter

Accessors

  • get defaultOptions(): {
        classes: string[];
        id: string;
        width: number;
    }
  • Returns {
        classes: string[];
        id: string;
        width: number;
    }

    • classes: string[]
    • id: string
    • width: number

Methods

  • Returns {
        isGM: boolean;
        links: {
            faq: string;
            foundry: {
                channel: string;
                discord: string;
            };
            help: string;
            helpmodule: string;
            report: string;
        };
    }

    • isGM: boolean
    • links: {
          faq: string;
          foundry: {
              channel: string;
              discord: string;
          };
          help: string;
          helpmodule: string;
          report: string;
      }
      • faq: string
      • foundry: {
            channel: string;
            discord: string;
        }
        • channel: string
        • discord: string
      • help: string
      • helpmodule: string
      • report: string

Generated using TypeDoc