diff --git a/Adding-new-objects.md b/Adding-new-objects.md index 583d7d9..9be46a3 100644 --- a/Adding-new-objects.md +++ b/Adding-new-objects.md @@ -65,6 +65,7 @@ So to create a new object, choose one of the two to extend, and then create a cl - Property type can be: - static types: `"string", "number", "boolean"` - Expressions: `"Expression"` + - Domains and ranges: `"Domain"` - Enumerations: `new P.Enum("value 1", "value 2"...)` displayed as comboboxes, property is set as the string value of the enum. - Lists: `new P.List(, format = /^.+$/, label = '', forbidAdding = false)` - Dictionaries: `new P.Dictionary(valueType: , keytType: , format = /^.+$/, preKeyLabel = '', postKeyLabel = ': ', forbidAdding = false)`