This is a lower-level API. Lower-level APIs are not recommended for most projects, and may not be available on all plans. See our page on recommended deployment patterns for more information.
Initialization Option Questions API

mirror_visibility

If enabled, the visibility of floating elements such as the Calculator or Image Tool will mirror that of the question or feature to which they belong.

When a question or feature element is hidden with display: none, any associated floating elements will remain visible because they are not descendants of the question or feature element. Setting mirror_visibility: true will ensure floating elements are hidden when their associated question or feature element is hidden, and shown again when the question or feature element becomes visible.

In addition to hiding floating elements, media elements such as Video Player or Audio Player features will be paused.

Values

Request object key mirror_visibility

Default: false

Type boolean

Was this article helpful?