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

    Interface RequestFocusOptions

    Options of the requestFocus function.

    interface RequestFocusOptions {
        isScrollPrevented?: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    isScrollPrevented?: boolean

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

    false