Skip to main content

Order

Nodes can have a lot of properties. The order Property field can be used to indicate the importance of the Property. The order number you set is a hint on where a Property should be displayed relative to the other properties.

  • Larger order numbers are more important and thus have better visibility.
  • Negative numbers are automatically collapsed and initially hidden.
Note

order is entirely about how properties are displayed and has no impact on the property itself.

Example

 

properties.yaml
value:
datatype: text
order: 10 # Most prominent because it has the highest order
min:
datatype: number
order: -1 # Collapsed by default because negative
max:
datatype: number
order: -1 # Collapsed by default because negative
label:
datatype: text
# Default order of 0