Function biodivine_sketchbook::sketchbook::event_utils::mk_dyn_prop_event
source ยท pub(crate) fn mk_dyn_prop_event(
at_path: &[&str],
payload: Option<&str>,
) -> Event
Expand description
Prepare event for the dynamic properties
component of the sketch
, given at_path
- a
path suffix used at the property manager level (after dynamic
), and a payload
.