reactive_graph_runtime_model/component/
event.rs

1use crate::NAMESPACE_CORE;
2use reactive_graph_graph::component_ty;
3use reactive_graph_graph::properties;
4
5properties!(EventProperties, (EVENT, "event", ""));
6
7component_ty!(COMPONENT_EVENT, NAMESPACE_CORE, COMPONENT_NAME_EVENT, "event");