Interface ScrollIntoViewOptions
interface ScrollIntoViewOptions {
behavior?: ScrollBehavior;
block?: ScrollLogicalPosition;
inline?: ScrollLogicalPosition;
}
behavior?: ScrollBehavior;
block?: ScrollLogicalPosition;
inline?: ScrollLogicalPosition;
}
Hierarchy (View Summary)
- ScrollOptions
- ScrollIntoViewOptions
Was this helpful?