GearBlocks
The GearBlocks Lua scripting API
Properties | Events | List of all members
SmashHammer.UI.IInputField Interface Reference

Provides access to a UI input field's properties. More...

Inheritance diagram for SmashHammer.UI.IInputField:
SmashHammer.UI.InputField SmashHammer.UI.LabelledInputField

Properties

string Value [get, set]
 The input field value.
 

Events

ValueChangedHandler OnChanged
 Event that is raised when the input field text is changed.
 
ValueChangedHandler OnEndEdit
 Event that is raised when editing the input field text has ended.
 

Detailed Description

Provides access to a UI input field's properties.

Property Documentation

◆ Value

string SmashHammer.UI.IInputField.Value
getset

The input field value.

The text in this input field.

Implemented in SmashHammer.UI.InputField.