constructor Method

Creates an instance of Item.

Item(primaryKeys: InstanceKey[], label: string, imageId: string, classInfo: ClassInfo | undefined, values: ValuesDictionary<Value>, displayValues: ValuesDictionary<DisplayValue>, mergedFieldNames: string[], extendedData?: [key: string]: any): Item

Parameter Type Description
primaryKeys InstanceKey[] Keys of instances whose data is contained in this item
label string Display label of the item
imageId string ID of the image associated with this item
classInfo ClassInfo | undefined 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 [key: string]: any Extended data injected into this content item

Defined in

Last Updated: 08 January, 2020