ChangeEventArgs

23 Sep 20251 minute to read

Defines the change event arguments

Properties

addedPanels PanelModel[]

Specifies the panel added to the DashboardLayout.

changedPanels PanelModel[]

Specifies the model values of the position changed panels.

isInteracted boolean

Specifies that event has triggered by user interaction.

removedPanels PanelModel[]

Specifies the panels removed from the DashboardLayout.