method ConfigurationServiceProvider.prototype.setServiceKeyValueScope
ConfigurationServiceProvider.prototype.setServiceKeyValueScope(serviceId: string): void

Indicate that the contained DefaultKeyValueService should be set to have a scope of the provided service ID.

Parameters

serviceId: string

the ID of the service to scope the key-value data to.

Return Type

void

Throws

Error

if an existing scope is set.

Usage

import ConfigurationServiceProvider from ".";