]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.document.base.ontology/graph/Components.pgraph
DocumentRequest performance enhancements (Simupedia)
[simantics/platform.git] / bundles / org.simantics.document.base.ontology / graph / Components.pgraph
index bd6c97123d43eab2ac009b12cde9994903b8e99e..5fa11e906f7433e02c585926695e3e1a710dd15a 100644 (file)
@@ -62,6 +62,10 @@ COMPONENTS.Component <T STR.Component
     @sclAttribute PROPERTIES.commands "commandList self"
 
 COMPONENTS.PrimitiveComponent <T COMPONENTS.Component
+    @L0.assert PROPERTIES.primitiveProperties
+      _ : L0.Value
+        L0.domainProperties FUNCTIONS.primitiveProperties
+        
 
 COMPONENTS.ParentlessComponent <T COMPONENTS.PrimitiveComponent /* Component without a parent, e.g. Root, DialogBox */