Skip to main content

trigger_update

Function trigger_update 

Source
pub fn trigger_update()
Expand description

Dispatches the global __euv_signal_update__ event on the window.

This is the public entry point for manually triggering a signal update cycle, which causes all DynamicNode instances to re-render.

ยงPanics

Panics if Event::new("__euv_signal_update__") fails.