Initialization Option Items 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 config.questions_api_init_options.mirror_visibility

Default: false

Type boolean

Was this article helpful?