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

Hierarchy

  • ScrollIntoViewOptions
    • ScrollToErrorOptions

Properties

Properties

direction?: "ltr" | "rtl"

The sorting order for elements.