Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ColumnPropertiesConfigurationChangedEvent

Fired when column properties change for columns in the active data table e.g. name, data types etc.

Hierarchy

Index

Properties

Properties

The event sub-type.

properties: { id: string; name: string; properties: {} }[]

Array of objects containing the column ID, column name and column properties for all the column in the active data table.

Generated using TypeDoc