Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.cpp601 Framework::JSRef<Framework::JSVal> sectionsArgs = info[2]; //2 is the index of sections in SetWaterFlowSections() local
602 if (!sectionsArgs->IsNull() && sectionsArgs->IsObject()) { in SetWaterFlowSections()
604 Framework::JSWaterFlow::UpdateWaterFlowSectionsByFrameNode(frameNode, info, sectionsArgs); in SetWaterFlowSections()