Forgot to add domains to property types.

Ad5001 2022-02-08 13:38:59 +00:00
parent bd3f4db880
commit 1d6e7deb4d
1 changed files with 1 additions and 0 deletions

@ -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(<static type>, format = /^.+$/, label = '', forbidAdding = false)`
- Dictionaries: `new P.Dictionary(valueType: <static type>, keytType: <static type>, format = /^.+$/, preKeyLabel = '', postKeyLabel = ': ', forbidAdding = false)`