File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -57,22 +57,7 @@ export type InitOptions = {
5757 roomSettings ?: Partial < InitialRoomSettings > ;
5858 templateParams ?: TemplateParams ;
5959} ;
60- export type FrameAttributes = {
61- align : string ;
62- allow : string ;
63- allowFullscreen : boolean ;
64- frameBorder : string ;
65- height : string ;
66- longDesc : string ;
67- marginHeight : string ;
68- marginWidth : string ;
69- name : string ;
70- referrerPolicy : ReferrerPolicy ;
71- scrolling : string ;
72- src : string ;
73- srcdoc : string ;
74- width : string ;
75- } & HTMLElement ;
60+ export type FrameAttributes = Partial < HTMLIFrameElement > ;
7661export interface InstanceProperties {
7762 frameAttributes ?: Partial < FrameAttributes > ;
7863 reportErrors ?: boolean ;
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -57,22 +57,7 @@ export type InitOptions = {
5757 roomSettings ?: Partial < InitialRoomSettings > ;
5858 templateParams ?: TemplateParams ;
5959} ;
60- export type FrameAttributes = {
61- align : string ;
62- allow : string ;
63- allowFullscreen : boolean ;
64- frameBorder : string ;
65- height : string ;
66- longDesc : string ;
67- marginHeight : string ;
68- marginWidth : string ;
69- name : string ;
70- referrerPolicy : ReferrerPolicy ;
71- scrolling : string ;
72- src : string ;
73- srcdoc : string ;
74- width : string ;
75- } & HTMLElement ;
60+ export type FrameAttributes = Partial < HTMLIFrameElement > ;
7661export interface InstanceProperties {
7762 frameAttributes ?: Partial < FrameAttributes > ;
7863 reportErrors ?: boolean ;
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -57,22 +57,7 @@ export type InitOptions = {
5757 roomSettings ?: Partial < InitialRoomSettings > ;
5858 templateParams ?: TemplateParams ;
5959} ;
60- export type FrameAttributes = {
61- align : string ;
62- allow : string ;
63- allowFullscreen : boolean ;
64- frameBorder : string ;
65- height : string ;
66- longDesc : string ;
67- marginHeight : string ;
68- marginWidth : string ;
69- name : string ;
70- referrerPolicy : ReferrerPolicy ;
71- scrolling : string ;
72- src : string ;
73- srcdoc : string ;
74- width : string ;
75- } & HTMLElement ;
60+ export type FrameAttributes = Partial < HTMLIFrameElement > ;
7661export interface InstanceProperties {
7762 frameAttributes ?: Partial < FrameAttributes > ;
7863 reportErrors ?: boolean ;
Original file line number Diff line number Diff line change @@ -95,22 +95,7 @@ export type InitOptions = {
9595 templateParams ?: TemplateParams ;
9696} ;
9797
98- export type FrameAttributes = {
99- align : string ;
100- allow : string ;
101- allowFullscreen : boolean ;
102- frameBorder : string ;
103- height : string ;
104- longDesc : string ;
105- marginHeight : string ;
106- marginWidth : string ;
107- name : string ;
108- referrerPolicy : ReferrerPolicy ;
109- scrolling : string ;
110- src : string ;
111- srcdoc : string ;
112- width : string ;
113- } & HTMLElement ;
98+ export type FrameAttributes = Partial < HTMLIFrameElement >
11499
115100export interface InstanceProperties {
116101 frameAttributes ?: Partial < FrameAttributes > ;
You can’t perform that action at this time.
0 commit comments