ColumnDirectionMap
Defines a map of Columns with a Left / Right direction value
TypeScript
export type ColumnDirectionMap = {
[columnId: string]: 'left' | 'right';
};Defines a map of Columns with a Left / Right direction value
export type ColumnDirectionMap = {
[columnId: string]: 'left' | 'right';
};