HomeVendure CoreShow hidden breadcrumbs...SettingsStoreSettingsStoreScopesSettingsStoreScopes@vendure/coreSourcev3.4.0 Pre-built scope functions for common scoping patterns. Example Tsconst config: VendureConfig = { settingsStoreFields: { dashboard: [ { name: 'theme', scope: SettingsStoreScopes.user, // User-specific }, { name: 'currency', scope: SettingsStoreScopes.channel, // Channel-specific }, { name: 'tableFilters', scope: SettingsStoreScopes.userAndChannel, // User-specific per channel } ] }};Was this chapter helpful?It was helpfulIt wasn't helpfulReport IssuePreviousSettingsStoreScopeFunctionNextShippingEdited Jan 28, 2026ยทEdit this page