[ACS-6489] Add resizable option for column data model (#9220)

* [ACS-6489] Add resizable option for column data model

* [ACS-6489] CR fixes
This commit is contained in:
MichalKinas
2024-01-25 08:35:17 +01:00
committed by GitHub
parent 62bc8423a3
commit 2c0ad7137a
10 changed files with 51 additions and 3 deletions

View File

@@ -50,4 +50,5 @@ export interface DocumentListPresetRef extends ExtensionElement {
visible?: string;
};
draggable?: boolean;
resizable?: boolean;
}

View File

@@ -565,6 +565,10 @@
"desktopOnly": {
"description": "Display column only for large screens",
"type": "boolean"
},
"resizable": {
"description": "Toggles resizable state of the column",
"type": "boolean"
}
}
}