PropertiesFieldJSON<TClassInfoJSON> Interface
Data structure for a PropertiesField serialized to JSON.
Extends
Properties
| Name | Type | Description | |
|---|---|---|---|
| properties | PropertyJSON<TClassInfoJSON>[] | 
Inherited properties
| Name | Type | Inherited from | Description | 
|---|---|---|---|
| category Inherited | string | BaseFieldJSON | |
| editor Inherited | EditorDescription | undefined | BaseFieldJSON | |
| extendedData Inherited | [key: string]: unknown | undefined | BaseFieldJSON | |
| isReadonly Inherited | boolean | BaseFieldJSON | |
| label Inherited | string | BaseFieldJSON | |
| name Inherited | string | BaseFieldJSON | |
| priority Inherited | number | BaseFieldJSON | |
| renderer Inherited | RendererDescription | undefined | BaseFieldJSON | |
| type Inherited | TypeDescription | BaseFieldJSON | 
Defined in
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.