Interface: ConfigSettings

ConfigApi.ConfigSettings

Description

Configuration object to send between to interaction scripts

Indexable

â–ª [key: string]: unknown

Properties

Methods

Properties

customMassOps

  • OptionalcustomMassOps: 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

  • OptionalmassOpsToHide: string[]

Array of which Mass Operations are not visible in the MassOps Toolbar

useHydroPreviewPane

  • OptionaluseHydroPreviewPane: 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