API Reference > presentation-components > DisplayLabels > PresentationLabelsProvider PresentationLabelsProvider Class Presentation Rules-driven labels provider implementation. Implements IPresentationLabelsProvider Methods Name Description constructor(props: PresentationLabelsProviderProps): PresentationLabelsProvider Constructor. getLabel(key: InstanceKey): Promise<string> Returns label for the specified instance key. getLabels(keys: InstanceKey[]): Promise<string[]> Returns labels for the specified instance 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 44 Last Updated: 12 June, 2024