Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

Type Aliases

LoadEvent: "scroll" | "manual"

Defines when more items are loaded by the data scroller. scroll loads more items as the user scrolls down the page, manual loads more items only when the user click the more button.

Mode: "document" | "inline"

Target to listen to for the scroll event. document registers a delegated listener on the document element, inline registers it on an element of the data scroller.

Generated using TypeDoc