snowstorm
    Preparing search index...

    Interface FocusTrapOptions

    interface FocusTrapOptions {
        autoFocus?: boolean;
        containerRef: () => HTMLElement | undefined;
        enabled: () => boolean;
        restoreFocus?: boolean;
    }
    Index

    Properties

    autoFocus?: boolean
    containerRef: () => HTMLElement | undefined
    enabled: () => boolean
    restoreFocus?: boolean