ValueProperty

If the popup contains a user control, this attribute can be set to the name of a user control parameter in order to gain direct access to it via the value attribute.

Schema: tchmi:general#/definitions/String

Attribute getter

public getValueProperty(): string | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

string, null, undefined

The current value of the attribute.

Attribute setter

public setValueProperty(valueNew: string | null): void;

Parameter

Name

Type

Description

valueNew

string, 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.

ValueProperty 1:

Available since version 1.12.760