API Reference > presentation-components > DisplayLabels > IPresentationLabelsProvider IPresentationLabelsProvider Interface Interface for presentation rules-driven labels provider. Implemented by PresentationLabelsProvider 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 Readonly IModelConnection IModelConnection used by this data provider Defined in presentation/components/src/presentation-components/labels/LabelsProvider.ts Line 18 Last Updated: 12 June, 2024