NestedContentField Class
Describes a content field that contains Nested content.
Extends
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
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
Defined in
Last Updated:
08 January, 2020