Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ScrollToOptions

A set of options to configure the scroll to index behavior.

Hierarchy

  • ScrollToOptions

Index

Properties

Properties

animate?: boolean

Indicates if this operation will be animated. Defaults to false.

position?: "start" | "end" | "middle"

Indicates where in the viewport the scrolled to item should be placed. Defaults to middle.