vira - v31.31.7
    Preparing search index...

    Class PopUpManager

    A "pop up" manager for items that pop up from the HTML page, like dropdowns or menus.

    Index
    cleanupCallbacks: (() => void)[] = []

    Callbacks that remove the global listeners attached while a pop up is shown.

    lastRootElement: HTMLElement | undefined
    listenTarget: ListenTarget<PopUpManagerEvents> = ...
    navController: NavController
    options: PopUpManagerOptions = ...
    • Attaches the global listeners (page activation, navigation, mousedown, and keydown) that control the currently shown pop up.

      Returns void