IColumnsDataChangeEvent interface
The configuration for the OneLake explorer dialog, which includes properties for enabling security view and customizing tab list.
Properties
| column |
The names of the columns associated with the table, applicable for column-level security |
| is |
Indicates whether the column is newly added |
| table |
The path of the table |
| visibility | The visibility status of the column, true if visible, false if hidden |
Property Details
columnNames
The names of the columns associated with the table, applicable for column-level security
columnNames: string[]
Property Value
string[]
isNewlyAdded
Indicates whether the column is newly added
isNewlyAdded: boolean
Property Value
boolean
tablePath
The path of the table
tablePath: string
Property Value
string
visibility
The visibility status of the column, true if visible, false if hidden
visibility: string
Property Value
string