Interface FocusOptions

    interface FocusOptions {
        preventScroll?: boolean;
    }

    Properties

    Properties

    preventScroll?: boolean