Lines Matching refs:off
15 ## cl.imf.3 Parameter Addition of off
17 An option **callback** parameter is added to the **off** API to specify the callback to be unsubscr…
21 | off('insertText') | off(type: 'insertText'): void | off(type: 'insertText', callb…
22 | off('deleteLeft') | off(type: 'deleteLeft'): void | off(type: 'deleteLeft', callb…
23 | off('deleteRight') | off(type: 'deleteRight'): void | off(type: 'deleteRight', call…
24 | off('sendKeyboardStatus') | off(type: 'sendKeyboardStatus'): void | off(type: 'sendKeyboardStatus…
25 | off('sendFunctionKey') | off(type: 'sendFunctionKey'): void | off(type: 'sendFunctionKey', …
26 | off('moveCursor') | off(type: 'moveCursor'): void | off(type: 'moveCursor', callb…
27 | off('handleExtendAction') | off(type: 'handleExtendAction'): void | off(type: 'handleExtendAction…
28 | off('selectByRange') | off(type: 'selectByRange'): void | off(type: 'selectByRange', ca…
29 | off('selectByMovement') | off(type: 'selectByMovement'): void | off(type: 'selectByMovement',…