API Reference > presentation-common > Content > NestedContentField NestedContentField Class Describes a content field that contains Nested content. Extends Field Methods Name Description constructor(category: CategoryDescription, name: string, label: string, description: TypeDescription, isReadonly: boolean, priority: number, contentClassInfo: ClassInfo, pathToPrimaryClass: RelationshipPath, nestedFields: Field[], editor?: EditorDescription, autoExpand?: boolean): NestedContentField Creates an instance of NestedContentField. getFieldByName(name: string, recurse?: boolean): Field | undefined Get field by its name Inherited methods Name Inherited from Description isNestedContentField(): this is NestedContentField Field Is this a NestedContentField isPropertiesField(): this is PropertiesField Field Is this a PropertiesField Properties Name Type Description autoExpand undefined | boolean Flag specifying whether field should be expanded contentClassInfo ClassInfo Information about an ECClass whose properties are nested inside this field nestedFields Field[] Contained nested fields pathToPrimaryClass RelationshipPath Relationship path to Primary class Inherited properties Name Type Inherited from Description category CategoryDescription Field Category information editor undefined | EditorDescription Field Property editor used to edit values of this field isReadonly boolean Field Are values in this field read-only label string Field Display label name string Field Unique name parent Accessor ReadOnly NestedContentField | undefined Field Get parent priority number Field Priority of the field. type TypeDescription Field Description of this field's values data type Defined in presentation/common/src/content/Fields.ts Line 240 Last Updated: 13 June, 2024