feat: add extension property

This commit is contained in:
Hufe921
2024-04-17 21:48:26 +08:00
parent 868a79148d
commit 5027d730c4
6 changed files with 12 additions and 3 deletions
+1
View File
@@ -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;