Interface: ConfigSettings
ConfigApi.ConfigSettings
Description
Configuration object to send between to interaction scripts
Indexable
â–ª [key: string
]: unknown
Properties
Methods
Properties
customMassOps
Optional
customMassOps: MassOperation
[]
Custom Mass Operations for the MassOps Toolbar
hideCommandColumn
- hideCommandColumn:
boolean
If true, the command column on List Page is hidden. This column contains checkboxes or radio buttons, depending on the selection mode.
hideExportDashboard
- hideExportDashboard:
boolean
If true, the "Export Dashboard" button is hidden
massOpsToHide
Optional
massOpsToHide: string
[]
Array of which Mass Operations are not visible in the MassOps Toolbar
useHydroPreviewPane
Optional
useHydroPreviewPane: boolean
If true, the Hydro Preview Panel is enabled on the page
Methods
resetPropertyValues
- resetPropertyValues():
void
Function to reset the configuration property values
Returns
void