constructor Method
Creates an instance of Item.
Item(primaryKeys: InstanceKey[], label: string | LabelDefinition, imageId: string, classInfo: ClassInfo, values: ValuesDictionary<Value>, displayValues: ValuesDictionary<DisplayValue>, mergedFieldNames: string[], extendedData?: { T }): Item
Parameter | Type | Description |
---|---|---|
primaryKeys | InstanceKey[] | Keys of instances whose data is contained in this item |
label | string | LabelDefinition | Display label of the item |
imageId | string | ID of the image associated with this item |
classInfo | ClassInfo | For cases when item consists only of same class instances, information about the ECClass |
values | ValuesDictionary<Value> | Raw values dictionary |
displayValues | ValuesDictionary<DisplayValue> | Display values dictionary |
mergedFieldNames | string[] | List of field names whose values are merged (see Merging values) |
extendedData | { T } | Extended data injected into this content item |
Returns - Item
Defined in
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.