Members
- eventResult
监听当前的格子变化,实时返回给handler
Functions
- removeMonitor(eventResult, handler)
- dialogFactory(startAddress, [Function], [boolean])
构建一个新的Dialog
- dialogCallback()
dialog构建后的回调函数 根据输入情况回调
- messageHandlerFactory([Function])
工厂函数
eventResult
监听当前的格子变化,实时返回给handler
Kind: global variable
Param | Type | Description |
---|---|---|
handler | function | 回调 |
removeMonitor(eventResult, handler)
Kind: global function
Param | Type | Description |
---|---|---|
eventResult | EventResult | 事件对象 |
handler | function | 回调函数 |
dialogFactory(startAddress, [Function], [boolean])
构建一个新的Dialog
Kind: global function
Param | Type | Description |
---|---|---|
startAddress | string | 进入的地址 |
[Function] | dialogHandler - 控制函数 | |
[boolean] | inFrame - 是否显示在iframe内 |
dialogCallback()
dialog构建后的回调函数 根据输入情况回调
messageHandlerFactory([Function])
工厂函数
Kind: global function
Param | Description |
---|---|
[Function] | handler - 接收的函数 |