interface ScrollToErrorOptions {
    direction?: "rtl" | "ltr";
}

Hierarchy

  • ScrollIntoViewOptions
    • ScrollToErrorOptions

Properties

Properties

direction?: "rtl" | "ltr"

The sorting order for elements.