interface@af-utils/virtual-solid
On this page

VirtualLayoutBinding

DOM refs produced by createVirtualLayout.

Properties

itemsRef

itemsRef: (element) => void;

Attach the rendered-items element.

Parameters

element

HTMLElement

Returns

void


scrollerRef

scrollerRef: (element) => void;

Attach the scroller element.

Parameters

element

HTMLElement

Returns

void


sizeRef

sizeRef: (element) => void;

Attach the native size element.

Parameters

element

HTMLElement

Returns

void