Options
All
  • Public
  • Public/Protected
  • All
Menu

Initializer properties for the embedded browser widget.

Hierarchy

Index

Constructors

constructor

Properties

Optional Readonly iconClass

iconClass: string

The optional icon class for the widget.

Optional Readonly name

name: string

The desired name of the widget.

Optional Readonly resetBackground

resetBackground: boolean

true if the iFrame's background has to be reset to the default white color. Otherwise, false. false is the default.

Optional Readonly sandbox

sandbox: SandboxOptions[]

Sandbox options for the underlying iframe. Defaults to SandboxOptions#DEFAULT if not provided.

Optional Readonly startPage

startPage: string

If defined, the browser will load this page on startup. Otherwise, it show a blank page.

Optional Readonly toolbar

toolbar: "show" | "hide" | "read-only"

show if the toolbar should be visible. If read-only, the toolbar is visible but the address cannot be changed and it acts as a link instead.
hide if the toolbar should be hidden. show by default. If the startPage is not defined, this property is always show.