跳转到内容

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.

attachScrollContainer(entity, container): void

Defined in: ui/widgets/list-view.ts:51

number

ScrollContainer

void


detachScrollContainer(entity): void

Defined in: ui/widgets/list-view.ts:52

number

void


registerListView(list): void

Defined in: ui/widgets/list-view.ts:49

ListView<unknown>

void


unregisterListView(list): void

Defined in: ui/widgets/list-view.ts:50

ListView<unknown>

void