reactive_graph_runtime_model/component/
labeled.rs1use crate::NAMESPACE_CORE;
2use reactive_graph_graph::component_ty;
3use reactive_graph_graph::properties;
4
5properties!(LabeledProperties, (LABEL, "label", ""));
6
7component_ty!(COMPONENT_LABELED, NAMESPACE_CORE, COMPONENT_NAME_LABELED, "labeled");