Sortable list (#2618)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2023-02-10 23:45:14 +07:00
committed by GitHub
parent df7667289d
commit f7e495b609
16 changed files with 420 additions and 415 deletions
-2
View File
@@ -421,8 +421,6 @@ export interface AttributeModel {
// Extra properties for component
props?: Record<string, any>
sortingKey: string | string[]
optional?: boolean
excludeByKey?: string
// Extra icon if applicable
icon?: Asset