ListViewHost
Defined in: ui/widgets/list-view.ts:48
The per-frame runtime a list view plugs into: the tick registry that drives
virtualization and the scroll input hookup. The composed uiPlugin (and the
granular uiBehaviorPlugin) satisfy this — passed explicitly so the factory
works against whichever plugin instance owns the app, never a module
singleton.
Methods
Section titled “Methods”attachScrollContainer()
Section titled “attachScrollContainer()”attachScrollContainer(
entity,container):void
Defined in: ui/widgets/list-view.ts:51
Parameters
Section titled “Parameters”entity
Section titled “entity”number
container
Section titled “container”Returns
Section titled “Returns”void
detachScrollContainer()
Section titled “detachScrollContainer()”detachScrollContainer(
entity):void
Defined in: ui/widgets/list-view.ts:52
Parameters
Section titled “Parameters”entity
Section titled “entity”number
Returns
Section titled “Returns”void
registerListView()
Section titled “registerListView()”registerListView(
list):void
Defined in: ui/widgets/list-view.ts:49
Parameters
Section titled “Parameters”ListView<unknown>
Returns
Section titled “Returns”void
unregisterListView()
Section titled “unregisterListView()”unregisterListView(
list):void
Defined in: ui/widgets/list-view.ts:50
Parameters
Section titled “Parameters”ListView<unknown>
Returns
Section titled “Returns”void