Skip to content

Reset User Interface Element Selection

Reset User Interface Element Selection

Resets the selection state of a specific user interface element, clearing any currently selected item.

Properties

System

Name Explanation Type
User Interface Element The unique ID of the user interface element to reset the selection on. User Interface Element

Examples

Reset the Selection on a User Interface Element

This resets the selection state of the user interface element identified by the given unique ID.

reset_ui_element_selection("a1b2c3d4-e5f6-7890-abcd-ef1234567890");
{"Data":{"ID":"a1b2c3d4-e5f6-7890-abcd-ef1234567890","Metadata":null},"TypeName":"MAR.Game.Shared.Models.Scripts.Commands.UserInterface.ResetUserInterfaceElementSelectionCommand"}