API Reference > presentation-components > DisplayLabels > IPresentationLabelsProvider IPresentationLabelsProvider Interface Interface for presentation rules-driven labels provider. Implemented by LabelsProvider Methods Name Description getLabel(key: InstanceKey): Promise<string> Get label for instance identified with the given key. getLabels(keys: InstanceKey[]): Promise<string[]> Get labels for instances identified with the given keys. Properties Name Type Description imodel IModelConnection IModelConnection used by this data provider Defined in presentation/components/src/labels/LabelsProvider.ts Line 18 Last Updated: 13 June, 2024