Data Models
Velt Client Config
Config
Class Properties
Property | Type | Optional | Default | Description |
---|---|---|---|---|
urlAllowList | string[] | Yes | All pages | Restricts Velt features to specific pages by specifying partial URL strings. |
featureAllowList | FeatureType[] | Yes | All features | Only allows the provided Velt features to run. |
userPlanAllowList | string[] | Yes | All users | Restricts Velt features to specific user plans. |
userIdAllowList | string[] | Yes | All users | Restricts Velt features to specific users. |
usePrefersColorScheme | boolean | Yes | - | If set to true, listens to changes on the prefers-color-scheme media query to set the global theme of Velt components. |
Was this page helpful?