API Reference > presentation-common > Content > NestedContentField > constructor constructor Method Creates an instance of NestedContentField. NestedContentField(category: CategoryDescription, name: string, label: string, description: TypeDescription, isReadonly: boolean, priority: number, contentClassInfo: ClassInfo, pathToPrimaryClass: RelationshipPath, nestedFields: Field[], editor?: EditorDescription, autoExpand?: boolean): NestedContentField Parameter Type Description category CategoryDescription Category information name string Unique name label string Display label description TypeDescription 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 Returns - NestedContentField Defined in presentation/common/src/content/Fields.ts Line 248 Last Updated: 13 June, 2024