Interface ScrollIntoViewOptions

    interface ScrollIntoViewOptions {
        behavior?: ScrollBehavior;
        block?: ScrollLogicalPosition;
        inline?: ScrollLogicalPosition;
    }
    Hierarchy

    Properties

    behavior?: ScrollBehavior