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 Question Editor API

responsive_edit_mode

If the global_template is set to "edit_preview", responsive_edit_mode object can be used to configure the responsive behaviour of Question Editor.

In order to deliver better responsive ui, browser window size smaller than breakpoint will render in edit layout.

Values

Request object key ui.layout.responsive_edit_mode

Type object

This object has the following properties which can be configured.

  • breakpoint integer

    Integer value (representing pixels) which controls at what container width to switch to edit layout.

Was this article helpful?