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

editor:ready

Triggered when the editor has finished loading all of the Global Layout components (e.g. tile view/editor view). For example, it is triggered when init() or reset() have successfully completed.

Note if you bind editor:ready in the readyListener, the editor:ready event will not be fired on the initial load of the editor. This is because the editor:ready event is fired before the readyListener event.

Was this article helpful?