Visibility
Visibility of a control.
- The default value Visible displays the control directly.
- If Hide is set, the control continues to respond to the mouse or touch. It is also involved in the size calculations with fluid designs.
- If Collapsed is used, the control neither takes up space nor does it receive mouse interaction or touch.
Schema: tchmi:framework#/definitions/Visibility
Attribute getter
public getVisibility(): TcHmi.Visibility;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setVisibility(valueNew: TcHmi.Visibility | 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.133 |
