Interface IInputElement<TValueType>
Interface used on UI elements which handle user input.
Inherited Members
INotifyValueChanged<TValueType>.SetValueWithoutNotify(TValueType)
INotifyValueChanged<TValueType>.value
Namespace: Unity.AppUI.UI
Assembly: solution.dll
Syntax
public interface IInputElement<TValueType> : IValidatableElement<TValueType>, INotifyValueChanged<TValueType>
Type Parameters
Name | Description |
---|---|
TValueType | The type of the |