Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 4.25 KB

COMPONENT_INDEX.md

File metadata and controls

38 lines (28 loc) · 4.25 KB

Component Index

Components


VirtualInfiniteList

Props

Prop name Kind Reactive Type Default value Description
end let Yes number 0 read-only, but visible to consumers via bind:end
start let Yes number 0 read-only, but visible to consumers via bind:start
items let No -- -- --
height let No string '100%' --
itemHeight let No -- -- --
maxItemCountPerLoad let No -- -- Maximum number of items loaded per load.
The offset after loaded may be significantly shift
if the number of items that exceeds this value is loaded.
loading let No -- -- --
direction let No -- -- --
scrollTo function No () => any () => { mounted && viewport && (viewport.scrollTop = offset) } --

Slots

Slot name Default Props Fallback
empty No -- Empty!!!
item No { item: {row.data} } Template Not Found!!!
loader No -- Loading...

Events

Event name Type Detail
initialize dispatched --
infinite dispatched --