Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/sdk/
Di_repeat.ts58 virtualScroll: (options?: { totalCount?: number }) => RepeatAPI<T>; property
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/partial_update/
Dpu_repeat.ts191 public virtualScroll(options? : { totalCount?: number }): RepeatAPI<T> { method in __Repeat
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js10200 virtualScroll(options) { method in __Repeat