constructor Method
NestedContentField(props)
Creates an instance of NestedContentField.
NestedContentField(props: NestedContentFieldProps): NestedContentField
| Parameter | Type | Description | 
|---|---|---|
| props | NestedContentFieldProps | 
Returns - NestedContentField
NestedContentField(category, name, label, type, isReadonly, priority, contentClassInfo, pathToPrimaryClass, nestedFields, editor?, autoExpand?, renderer?)
Deprecated  in 5.0 - will not be removed until after 2026-06-13. Use an overload with NestedContentFieldProps instead.
Creates an instance of NestedContentField.
NestedContentField(category: CategoryDescription, name: string, label: string, type: TypeDescription, isReadonly: boolean, priority: number, contentClassInfo: ClassInfo, pathToPrimaryClass: RelationshipPath, nestedFields: Field[], editor?: EditorDescription, autoExpand?: boolean, renderer?: RendererDescription): NestedContentField
| Parameter | Type | Description | 
|---|---|---|
| category | CategoryDescription | Category information | 
| name | string | Unique name | 
| label | string | Display label | 
| type | TypeDescription | Description of this field's values data type | 
| isReadonly | boolean | Are values in this field read-only | 
| priority | number | Priority of the field | 
| contentClassInfo | ClassInfo | Information about an ECClass whose properties are nested inside this field | 
| pathToPrimaryClass | RelationshipPath | Relationship path to Primary class | 
| nestedFields | Field[] | Contained nested fields | 
| editor | EditorDescription | Property editor used to edit values of this field | 
| autoExpand | boolean | Flag specifying whether field should be expanded | 
| renderer | RendererDescription | Property renderer used to render values of this field | 
Returns - NestedContentField
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.