Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.h165 struct CustomSpanPlaceholderInfo { struct
166 int32_t customSpanIndex = -1;
167 int32_t paragraphIndex = -1;
168 std::function<void(NG::DrawingContext&, CustomSpanOptions)> onDraw;
170 std::string ToString() in ToString()