Custom object property types
Purpose of custom (object) property types
.spec file
"model": {
(...)
"myPerson": "person"
(...)
},
(...)
"types": {
"person": {
"firstName": "string",
"lastName": "string",
"photo": "dataprovider"
"styleClass" : { "type": "styleclass",
"tags": { "scope" :"design" },
"values": ["form-control", "input-sm", "svy-padding-xs"] }
}
}Advanced .spec options
Browser/client side value
Server side javascript value
Developer handling of custom object properties
Nesting with custom object and array types
Last updated
Was this helpful?