IAppWindow interface

Methods

addEventListener(string, Function)
postMessage(any)

Method Details

addEventListener(string, Function)

function addEventListener(type: string, listener: Function)

Parameters

type

string

listener

Function

postMessage(any)

function postMessage(message: any)

Parameters

message

any