feat: add title disabled property #680
This commit is contained in:
@@ -157,6 +157,7 @@ interface IElement {
|
||||
title?: {
|
||||
conceptId?: string;
|
||||
deletable?: boolean;
|
||||
disabled?: boolean;
|
||||
};
|
||||
// list
|
||||
listType?: ListType;
|
||||
|
||||
@@ -157,6 +157,7 @@ interface IElement {
|
||||
title?: {
|
||||
conceptId?: string;
|
||||
deletable?: boolean;
|
||||
disabled?: boolean;
|
||||
};
|
||||
// 列表
|
||||
listType?: ListType;
|
||||
|
||||
Reference in New Issue
Block a user