Is element visible
Determines if an UI element is "hidden" or not
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Element | The UI element you want to check visibility of. | A UI Element that is on the template linked to the action | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The variable name in which whether the element is visible or not. | BOOLEAN | RESULT |