feat: add title deletable property #670

This commit is contained in:
Hufe921
2024-07-06 17:45:24 +08:00
parent a40441dc39
commit b3d8413b35
4 changed files with 18 additions and 4 deletions
+4 -1
View File
@@ -154,7 +154,10 @@ interface IElement {
};
// 标题
level?: TitleLevel;
title?: ITitle;
title?: {
conceptId?: string;
deletable?: boolean;
};
// 列表
listType?: ListType;
listStyle?: ListStyle;