Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DashboardProviderOptions

Hierarchy

  • DashboardProviderOptions

Index

Properties

autoOpen?: boolean

Boolean indicating whether the dashboard should automatically get opened in the default browser (default: true)

dashboardHost?: string

Host of the Dashboard (default: localhost)

dashboardPort?: number

Port of the Dashboard (default: 24012)

keepAlive?: boolean

Boolean indicating whether the connection to the dashboard is kept alive between requests (default: false)

timeoutSeconds?: number

Number of seconds before a dashboard-provider request times out (default: 120)

verbose?: boolean

Boolean indicating whether debug output should be logged (default: false)

Generated using TypeDoc