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

input:added

Triggered when new input view is added to editor panel. For example Stimulus rich text editor input.

Callback arguments

  • input_view object
    An object that contains:
    • attribute_path: string
    • el: HTMLDomElement
Was this article helpful?