support menu column (#15754)

* support menu column

* comments
This commit is contained in:
Alan Ren
2021-06-21 10:36:55 -07:00
committed by GitHub
parent 22dcf7777c
commit 0e1a8ab8ea
5 changed files with 80 additions and 11 deletions

View File

@@ -387,7 +387,8 @@ export enum DeclarativeDataType {
category = 'category',
boolean = 'boolean',
editableCategory = 'editableCategory',
component = 'component'
component = 'component',
menu = 'menu'
}
export enum CardType {