Get scoped path based on context, name, and scope
Current execution context.
Desired name for the scoped path.
Storage scope; can be 'user', 'org', or 'skill'.
A scoped path.
const pathForUser = getScopedPath(ctx, 'myData', 'user'); Copy
const pathForUser = getScopedPath(ctx, 'myData', 'user');
Get scoped path based on context, name, and scope