Interface ActiveUiChangedArgs

interface ActiveUiChangedArgs {
    currentUi: UIInstanceManager;
    previousUi: UIInstanceManager;
}

Hierarchy

  • NoArgs
    • ActiveUiChangedArgs

Properties

The currently active UIInstanceManager.

previousUi: UIInstanceManager

The previously active UIInstanceManager prior to the UIManager switching to a different UI variant.