Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
ServiceCreator type
- Package:
- @microsoft/sp-core-library
This is a callback that is used by ServiceKey.createCustom().
export type ServiceCreator<T> = ((serviceScope: IServiceScope) => T) | ((serviceScope: ServiceScope) => T);
