ResolveScopeKey
resolveScopeKey
Resolve the storage key for a single scope.
Signature
function resolveScopeKey({
ctx,
source,
command,
scope,
keyPrefix,
keyResolver,
}: ResolveScopeKeyParams): ResolvedScopeKey | null
Parameters
{
ctx, source, command, scope, keyPrefix, keyResolver, }
parameter