feat: add title deletable property #670
This commit is contained in:
@@ -154,7 +154,10 @@ interface IElement {
|
||||
};
|
||||
// title
|
||||
level?: TitleLevel;
|
||||
title?: ITitle;
|
||||
title?: {
|
||||
conceptId?: string;
|
||||
deletable?: boolean;
|
||||
};
|
||||
// list
|
||||
listType?: ListType;
|
||||
listStyle?: ListStyle;
|
||||
|
||||
Reference in New Issue
Block a user