Skip to main content

DialogLeaveFocusItem

Callable

  • DialogLeaveFocusItem(allowModeChange?: boolean): void

  • Leaves the item menu of the focused item (be it the extended item- or tighten/loosen menu) and perform any screen-specific setup for CurrentScreen.

    @see

    DialogLeaveFocusItemHandlers Namespace with helper functions for setting up new screens


    Parameters

    • allowModeChange: boolean = true

      Whether to allow automatic changes to the items dialog mode. Should be set to false if any immediate subsequent mode changes or full exits are planned

    Returns void