feat: add srcdoc property to IFrameBlock element #454

This commit is contained in:
Hufe921
2024-04-17 22:11:47 +08:00
parent 5027d730c4
commit 66969925ac
6 changed files with 31 additions and 12 deletions
+2 -1
View File
@@ -139,7 +139,8 @@ interface IElement {
VIDEO = 'video'
};
iframeBlock?: {
src: string;
src?: string;
srcdoc?: string;
};
videoBlock?: {
src: string;