Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp1933 int32_t placeholderOffset = 0; in ParseOptions() local
1934 if (!offset->IsNull() && JSContainerBase::ParseJsInt32(offset, placeholderOffset)) { in ParseOptions()
1935 if (placeholderOffset >= 0) { in ParseOptions()
1936 placeholderSpan.offset = placeholderOffset; in ParseOptions()