Home
last modified time | relevance | path

Searched refs:enterKeyTypeObj (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp5409 auto enterKeyTypeObj = keyboradOptObj->GetProperty("enterKeyType"); in ParseJsCustomKeyboardOption() local
5410 if (enterKeyTypeObj->IsNull() || !enterKeyTypeObj->IsNumber()) { in ParseJsCustomKeyboardOption()
5413 int32_t enterKeyType = enterKeyTypeObj->ToNumber<int32_t>(); in ParseJsCustomKeyboardOption()

Completed in 10 milliseconds