Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
Update types/global.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Veinfors <[email protected]>
  • Loading branch information
johanlahti and veinfors authored Oct 2, 2023
1 parent 0d57caa commit 8acd256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface IListLayout extends EngineAPI.IGenericListLayout {
qId: string;
},
layoutOptions?: {
dense: boolean,
dense: boolean;
dataLayout?: 'grid' | 'singleColumn';
collapseMode?: 'auto' | 'always' | 'never';
maxVisibleColumns?: {
Expand Down

0 comments on commit 8acd256

Please sign in to comment.