| Property | Description | Returns | 
|---|---|---|
| name | string | |
| type | InputType | |
| image | Return if the custom field is an image | bool | 
| html | Get the HTML for this custom field | string | 
| id | int | |
| content | Content | |
| site | Site | |
| customField | CustomField | |
| created | Get the date the record was created. | DateTime | 
| modified | Get the last modification date for the record. | DateTime | 
| newRecord | Check if the record is a new record | bool | 
| hierarchicalModel | Check whether a model is a hierarchical model, i.e. can have children | bool | 
Common\Models\Api\CustomFieldValue
CustomFieldValue