Searched defs:onTextSelectionChange (Results 1 – 4 of 4) sorted by relevance
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/ | ||
| D | ArkSearch.ts | 797 …onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): SearchAtt… method in ArkSearchComponent |
| D | ArkText.ts | 950 onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): this { method in ArkTextComponent |
| D | ArkTextArea.ts | 1200 …onTextSelectionChange(callback: (selectionStart: number, selectionEnd: number) => void): TextAreaA… method in ArkTextAreaComponent |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ | ||
| D | arkComponent.js | 9062 onTextSelectionChange(callback) { method in ArkSearchComponent |