Lines Matching defs:off
992 off(type: 'selectByRange', callback?: Callback<Range>): void; method
1018 off(type: 'selectByMovement', callback?: Callback<Movement>): void; method
1043 off(type: 'insertText', callback?: (text: string) => void): void; method
1070 off(type: 'deleteLeft', callback?: (length: number) => void): void; method
1097 off(type: 'deleteRight', callback?: (length: number) => void): void; method
1122 off(type: 'sendKeyboardStatus', callback?: (keyboardStatus: KeyboardStatus) => void): void; method
1148 off(type: 'sendFunctionKey', callback?: (functionKey: FunctionKey) => void): void; method
1174 off(type: 'moveCursor', callback?: (direction: Direction) => void): void; method
1199 off(type: 'handleExtendAction', callback?: (action: ExtendAction) => void): void; method
1224 off(type: 'getLeftTextOfCursor', callback?: (length: number) => string): void; method
1249 off(type: 'getRightTextOfCursor', callback?: (length: number) => string): void; method
1274 off(type: 'getTextIndexAtCursor', callback?: () => number): void; method