API Reference > presentation-components > DisplayLabels > LabelsProvider LabelsProvider Class Presentation Rules-driven labels provider implementation. Implements IPresentationLabelsProvider Methods Name Description constructor(imodel: IModelConnection): LabelsProvider Constructor. getLabel(key: InstanceKey, memoize: boolean = false): Promise<string> Returns label for the specified instance key getLabels(keys: InstanceKey[], memoize: boolean = false): Promise<string[]> Returns labels for the specified instance keys. Properties Name Type Description imodel IModelConnection Defined in presentation/components/src/labels/LabelsProvider.ts Line 35 Last Updated: 13 June, 2024