add column properties (#17574)

This commit is contained in:
Alan Ren
2021-11-02 18:50:44 -07:00
committed by GitHub
parent 312b410fff
commit a3a91fbdfc
4 changed files with 43 additions and 11 deletions

View File

@@ -110,6 +110,7 @@ export interface DesignerViewModel {
export interface DesignerDataPropertyInfo {
propertyName: string;
description?: string;
componentType: DesignerComponentTypeName;
group?: string;
componentProperties?: InputBoxProperties | CheckBoxProperties | DropDownProperties | DesignerTableProperties;