feat: add extension property
This commit is contained in:
@@ -22,6 +22,7 @@ interface IElement {
|
||||
};
|
||||
value: string;
|
||||
valueList?: IElement[]; // Use of composite elements (hyperlinks, titles, lists, and so on).
|
||||
extension?: unknown;
|
||||
// style
|
||||
font?: string;
|
||||
size?: number;
|
||||
|
||||
Reference in New Issue
Block a user