Page
Settings Page from the Settings package.
Loading SettingsPage…
Source code
Waiting for the preview before loading source files · 2 of 2
Properties
Public properties derived from the component’s TypeScript signature.
| Property | Type | Default |
|---|---|---|
descriptionOptional | string | — |
deviceOptional | "desktop" | "tablet" | "mobile" | — |
groupsRequired | readonly SettingsGroupDefinition[] | — |
initialGroupIdOptional | string | — |
onChangeRequired | (key: string, value: SettingsValue) => void | — |
titleOptional | string | "Settings" |
valuesRequired | Readonly<Record<string, SettingsValue | undefined>> | — |