## Update-end event `elements.on(event: 'update-end', handler: function)` Triggered when the call to `elements.update()` is complete. - `event` The name of the event. In this case, `update-end`. - `handler` `handler() => void` is a **callback function** that you provide that will be called when the event is fired. ### Example ```title Handle an Elements update-end event ```