Lines Matching defs:off
1054 off(type: 'selectByRange', callback?: Callback<Range>): void; method
1080 off(type: 'selectByMovement', callback?: Callback<Movement>): void; method
1105 off(type: 'insertText', callback?: (text: string) => void): void; method
1132 off(type: 'deleteLeft', callback?: (length: number) => void): void; method
1159 off(type: 'deleteRight', callback?: (length: number) => void): void; method
1184 off(type: 'sendKeyboardStatus', callback?: (keyboardStatus: KeyboardStatus) => void): void; method
1210 off(type: 'sendFunctionKey', callback?: (functionKey: FunctionKey) => void): void; method
1236 off(type: 'moveCursor', callback?: (direction: Direction) => void): void; method
1261 off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void; method
1286 off(type: 'getLeftTextOfCursor', callback?: (length: number) => string): void; method
1311 off(type: 'getRightTextOfCursor', callback?: (length: number) => string): void; method
1336 off(type: 'getTextIndexAtCursor', callback?: () => number): void; method