interface FocusOptions {
    preventScroll?: boolean;
}

属性

preventScroll?: boolean