KUIML
Blue Cat's User Interface Programming Language
PROPERTY_LINK

Description

This element connects a custom property to another one: whenever the 'from' property changes, the 'from' property value is pushed to the to' property.

Inherited Attributes

See Attributes Common to All Elements.

Specific Attributes

Name Value Type Default Value Description Comment V. Exp.

from

property id

Empty

Identifier of the origin property.

Mandatory

2.0

No

to

property id

Empty

Identifier of the target property.

Mandatory

2.0

No

enabled

boolean

'true'

Enables or disables the link.


2.0

2.0