ELEMENT_MODEL_TYPE
const ELEMENT_MODEL_TYPE: "element" = 'element';
The type value @joint/react stamps on every ElementModel
('element'). Match it against a cell's type to single out React elements
when iterating the graph.
const ELEMENT_MODEL_TYPE: "element" = 'element';
The type value @joint/react stamps on every ElementModel
('element'). Match it against a cell's type to single out React elements
when iterating the graph.