method ConfigurationServiceProvider.prototype.setCommandKeyValueScope
ConfigurationServiceProvider.prototype.setCommandKeyValueScope(commandName: string): void

Indicate that the contained DefaultKeyValueService should be set to have a scope of the provided command name.

Parameters

commandName: string

the name of the command to scope the key-value data to.

Return Type

void

Throws

Error

if an existing scope is set.

Usage

import ConfigurationServiceProvider from ".";