Prefix applied to every interactive-component user-settings storage key. The
full key is InteractiveComponents_UserState_Root/<scope>, where <scope> is
resolved by resolveUserStateScope. It is deliberately long and unique
to avoid collisions with other namespaced keys in the shared
MJ: User Settings keyspace. Keeping the prefix in one place also avoids
stringly-typed drift between the seed (read) and persist (write) paths.
Prefix applied to every interactive-component user-settings storage key. The full key is
InteractiveComponents_UserState_Root/<scope>, where<scope>is resolved by resolveUserStateScope. It is deliberately long and unique to avoid collisions with other namespaced keys in the sharedMJ: User Settingskeyspace. Keeping the prefix in one place also avoids stringly-typed drift between the seed (read) and persist (write) paths.