IAppWindow interface
Methods
add |
|
post |
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