React Hookers - v6.3.0
    Preparing search index...

    Interface RequestFocusOptions

    Options for the requestFocus function.

    interface RequestFocusOptions {
        isScrollPrevented?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isScrollPrevented?: boolean

    If true, no scrolling will occur after the element receives focus. Otherwise, the browser scrolls the document to bring the newly focused element into view.

    false