Home
last modified time | relevance | path

Searched refs:richEditorReplacedSpans (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp880 JSRef<JSArray> richEditorReplacedSpans = JSRef<JSArray>::New(); in CreateJsOnDidChange() local
881 SetChangeTextSpans(richEditorReplacedSpans, spanList); in CreateJsOnDidChange()
882 return JSRef<JSVal>::Cast(richEditorReplacedSpans); in CreateJsOnDidChange()