ScrollIntoViewOptions
Type: TSInterface
| PROPERTY | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
| hitTest | number | 1 | size ratio to find items. Use it if |
| intersection | boolean | 0 | Whether to include items that intersect on the side |
| sibling | number | 0 | The number of items next to the item's index to return. |
| align | "start" | "end" | "center" | The position to align the target to. | |
| excludeStand | boolean | false | Whether to find the next item except sorting it in place. |
| offset | number | 0 | The value to scroll further from the sort position. |
| duration | number | 0 | How long to scroll animation time. |