Home
last modified time | relevance | path

Searched defs:onCut (Results 1 – 7 of 7) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkSearch.ts293 onCut(callback: (value: string) => void): SearchAttribute { method in ArkSearchComponent
DArkTextArea.ts378 onCut(callback: (value: string) => void): TextAreaAttribute { method in ArkTextAreaComponent
DArkTextInput.ts568 onCut(callback: (value: string) => void): TextInputAttribute { method in ArkTextInputComponent
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
Dselectionmenu.js640 onCut: e.onCut, property
649 onCut: e.onCut, property
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
Dselect_overlay_property.h83 std::function<void()> onCut; member
/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
Dtext_overlay_component.cpp574 void TextOverlayComponent::SetOnCut(const CommonCallback& onCut) in SetOnCut()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js5749 onCut(callback) { method in ArkSearchComponent
7755 onCut(callback) { method in ArkTextAreaComponent
8351 onCut(callback) { method in ArkTextInputComponent