ILauncherTarget

Type interface

Specifies the browser target for the Editor instance.

Inheritance

ILauncherTarget does not extend any other symbol.

ILauncherTarget is not extended by any other symbol.

Properties

target
#

Type string | HTMLElement | Window

Depending on ILauncherTarget.type specifies either a window or an HTML element where Editor should be rendered.

type
#

Type "window" | "inline"

Show Editor in a separate browser window or inline (in an iframe)

windowFeatures
#

Type string

In case of a window target, specify browser window features here.