You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: StructuredXmlEditor/Core.xmldef
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -327,6 +327,8 @@
327
327
<Boolean Name="AllowCircularLinks" Default="false" ToolTip="Whether circular links are allowed." VisibleIf="AllowReferenceLinks==true" />
328
328
<Boolean Name="FlattenData" Default="false" ToolTip="If true each graph node will be placed in a flat list within this element." VisibleIf="AllowReferenceLinks==true" />
329
329
<String Name="NodeStoreName" Default="Nodes" ToolTip="The name of the node added to this to store all the graph nodes." VisibleIf="FlattenData==true" />
330
+
<String Name="Keys" ToolTip="The names of the objects to use in this collection." />
331
+
<String Name="DefKey" ToolTip="The name of the ReferenceDef to use in this collection." />
330
332
<Number Name="MinCount" Min="0" ToolTip="The minimum number of child elements this can have." />
331
333
<Number Name="MaxCount" Min="1" Default="99999999" ToolTip="The maximum number of child elements this can have." />
332
334
<Colour Name="Background" Default="0,0,0,0" />
@@ -346,6 +348,8 @@
346
348
<Attributes>
347
349
<String Name="Name" Default="GraphCollection" ToolTip="The name to be written for this element. Place a path to an element inside a '{}' to use that elements value. This will be used as the key when referencing it." />
348
350
<Boolean Name="ChildrenAreUnique" ToolTip="If set then each child can only be added once" />
351
+
<String Name="Keys" ToolTip="The names of the objects to use in this collection." />
352
+
<String Name="DefKey" ToolTip="The name of the ReferenceDef to use in this collection." />
349
353
<Number Name="MinCount" Min="0" ToolTip="The minimum number of child elements this can have." />
350
354
<Number Name="MaxCount" Min="1" Default="99999999" ToolTip="The maximum number of child elements this can have." />
0 commit comments