API Reference
Class
MonitoringDashboardStateSettings
Groups dashboard state, storage, and hash-link settings.
Inheritance
- Object
- MonitoringDashboardStateSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Methods
public MonitoringDashboardSettings End() #Returns:
MonitoringDashboardSettingsReturns the parent dashboard settings builder.
public MonitoringDashboardStateSettings HashMode(MonitoringDashboardHashMode mode) #Returns:
MonitoringDashboardStateSettingsSelects how page navigation writes and reads URL hashes.
Parameters
- mode HtmlForgeX.MonitoringDashboardHashMode
- Hash-link mode for the dashboard.
public MonitoringDashboardStateSettings PersistState(Boolean persist = true) #Returns:
MonitoringDashboardStateSettingsEnables or disables local active-page and sidebar state persistence.
Parameters
- persist System.Boolean = true
- True to persist state in local storage.
public MonitoringDashboardStateSettings StateId(String id) #Returns:
MonitoringDashboardStateSettingsSets the normalized dashboard state id used for hash namespacing and local storage keys.
Parameters
- id System.String
- Stable report or shell identifier.