Searched defs:NativeRichEditorSelection (Results 1 – 2 of 2) sorted by relevance
142 struct NativeRichEditorSelection { struct143 int32_t selectionStart;144 int32_t selectionEnd;145 NativeRichEditorSpanResult* spans;146 int64_t spanSize;
155 void FfiOHOSAceFrameworkRichEditorOnSelect(void(*callback)(NativeRichEditorSelection)) in FfiOHOSAceFrameworkRichEditorOnSelect()