ValueType

Value type of the NumericInput. Value, MinValue and MaxValue are based on the selected type.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiNumericInput.ValueType

Attribute getter

public getValueType (): 'Number' | 'BigInt64' | 'UnsignedBigInt64' | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

'Number', 'BigInt64', 'UnsignedBigInt64', undefined

The current value of the attribute.

Attribute setter

public setValueType(valueNew: 'Number' | 'BigInt64' | 'UnsignedBigInt64' | null): void;

Parameter

Name

Type

Description

valueNew

'Number', 'BigInt64', 'UnsignedBigInt64', 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.

ValueType 1:

Available from version 1.12.744