a11y-toolkit
    Preparing search index...

    Interface TabStopPortalOptions

    interface TabStopPortalOptions {
        after?: FocusableElement;
        before?: FocusableElement;
        isActive?: boolean;
        isPortalOnly?: boolean;
    }
    Index

    Properties

    Element that the portal is placed after in the tab order

    Element that the portal is placed before in the tab order

    isActive?: boolean

    Set to true if the TabStopPortal should be activated immediately

    isPortalOnly?: boolean

    Set to true if the portal should only be tabbable when portalling