Back
propertyNames()
// Get a list of the property names in use in the user model
propNames = model("user").propertyNames();
Copied!