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

TcHmi.Controls.Beckhoff.InputProcessingPoint

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

TcHmi.Controls.Beckhoff.InputProcessingPoint, null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

InputProcessingPoint 1:

Available from version 1.12.750