Skip to main content
A newer version of this page is available. .

UrlStateExtensionOptions Interface

Provides options for customizing the UrlStateExtension.

Declaration

export interface UrlStateExtensionOptions

Remarks

See the Extensions Overview section for information on how to use the HTML JavaScript Dashboard’s client-side API.

See Also

Properties

includeDashboardIdToUrl Property

Specifies whether the dashboard id is included in the Web Dashboard’s URL.

Declaration

includeDashboardIdToUrl?: boolean

Property Value

Type Description
boolean

true, to include the dashboard id in the Web Dashboard’s URL; otherwise, false.

includeDashboardStateToUrl Property

Specifies whether the dashboard state (such as the master filtering state) is included in the Web Dashboard’s URL.

Declaration

includeDashboardStateToUrl?: boolean

Property Value

Type Description
boolean

true, to include the dashboard state in the Web Dashboard’s URL; otherwise, false.

Remarks

Note that the includeDashboardStateToUrl property is in effect when the DashboardControlOptions.workingMode is set to WorkingMode.Viewer or WorkingMode.ViewerOnly.