@fkui/logic
    Preparing search index...

    Function popFocus

    • Restore the focus on the last element from the stack

      Parameters

      • handle: StackHandle

        The stack handle returned from the corresponding pushFocus call.

      • options: { restoreFocus?: boolean } = {}

        Options for popFocus.

        • OptionalrestoreFocus?: boolean

          Whether to restore focus after popping it from the stack. Defaults to true.

      Returns void

      Error when pop is called on an empty focus stack

      Error when pop is called without a valid StackHandle