Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.h152 struct PreviewTextRecord { struct
153 int32_t startOffset = INVALID_VALUE;
154 int32_t endOffset = INVALID_VALUE;
155 bool isPreviewTextInputting = false;
156 std::string previewContent;
157 std::string newPreviewContent;
158 bool hasDiff = false;
159 PreviewRange replacedRange;
161 std::string ToString() const in ToString()
172 void Reset() in Reset()
[all …]