ScrollIntoViewOptions
Type: TSInterface
PROPERTY | TYPE | DESCRIPTION |
---|---|---|
hitTest | number | size ratio to find items. (default: 1) |
sibling | number | The number of items next to the item's index to return. (default: 0) |
align | "start" | "end" | "center" | Where to arrange the items in the container. (default: "start") |
excludeStand | boolean | Whether to find the next item except sorting it in place. (default: false) |
offset | number | The value to scroll further from the sort position. (default: 0) |
duration | number | How long to scroll animation time. (default: 0) |