Skip to content

Commit cb5cf21

Browse files
authored
Merge pull request #1306 from avalero/master
allowPopUps in RenditionOptions
2 parents 3565e47 + 0042ba9 commit cb5cf21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

types/rendition.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export interface RenditionOptions {
2525
overflow?: string,
2626
snap?: boolean | object,
2727
defaultDirection?: string,
28-
allowScriptedContent?: boolean
28+
allowScriptedContent?: boolean,
29+
allowPopups?: boolean
2930
}
3031

3132
export interface DisplayedLocation {

0 commit comments

Comments
 (0)