IInputField

Description

interface Tinman.Engine.GUI.Components.IInputField<T>

Extended by

IInputFieldRange
InputFieldGeneric abstract

Base interface for input fields.

Public / Attributes

Unit


public attribute Unit → (get,set)

value : string

The value unit; null, empty or whitespace-only values are coalesced into the empty string; leading and trailing whitespaces are be removed.

The input field value unit.

Value


public attribute Value → (get,set)

value : T

The input field value.

The current input field value.