Visibility Action

This action controls the visibility of an element without affecting its layout or space on the page.

When hidden, the element remains in the DOM and still occupies space, but is not visible on the page.


Useful for hiding elements like buttons or text without changing the layout or spacing of the page.


Action Settings

Option Default Type Description
Visibility Toggle Visibility Dropdown Selection

Controls whether an element is shown or hidden.

Toggle Visibility switches the element between visible and hidden states.

Hide makes the element invisible.

Show makes the element visible.

Applied To

Select the source element where the action will originate. This determines which block or element will perform the specified action when triggered.


V