sp core library.servicekey.name - microsoft/Viva-Connections-Extensibility-Beta GitHub Wiki
Home > @microsoft/sp-core-library > ServiceKey > name
The name of the service.
Signature:
readonly name: string;This name is used for logging and diagnostic purposes only. To make it unique, the recommended convention is the package name, followed by a period, followed by the class or interface name.
The system does not assume that this string is unique. Instead, the ServiceKey.id is used wherever a lookup key is needed.