ResetToLastValidValue
When should the user's input be processed. Either during input (i.e. each time a button is pressed) or after the interaction has ended (i.e. when the control loses focus).
Schema: tchmi:general#/definitions/Boolean
Attribute getter
public getResetToLastValidValue(): boolean;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setResetToLastValidValue(valueNew: boolean | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12.750 |
