InputProcessingPoint
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:framework#/definitions/TcHmi.Controls.Beckhoff.InputProcessingPoint
Attribute getter
public getInputProcessingPoint(): TcHmi.Controls.Beckhoff.InputProcessingPoint | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setInputProcessingPoint(valueNew: TcHmi.Controls.Helpers.InputProcessingPoint | keyof typeof TcHmi.Controls.Helpers.InputProcessingPoint | 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 since version 1.14.3.175 |
