Forgot to add domains to property types.
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:
|
- Property type can be:
|
||||||
- static types: `"string", "number", "boolean"`
|
- static types: `"string", "number", "boolean"`
|
||||||
- Expressions: `"Expression"`
|
- 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.
|
- 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)`
|
- 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)`
|
- Dictionaries: `new P.Dictionary(valueType: <static type>, keytType: <static type>, format = /^.+$/, preKeyLabel = '', postKeyLabel = ': ', forbidAdding = false)`
|
||||||
|
|
Loading…
Reference in a new issue