SettingsModalFrontstage Class @beta
Modal frontstage displaying and editing settings from registered settings providers. See SettingsManager and SettingsContainer.
Implements
Methods
| Name | Description | |
|---|---|---|
| constructor(initialSettingsTabId?: string): SettingsModalFrontstage | ||
| getBackstageActionItem(groupPriority: number, itemPriority: number): BackstageActionItem Static | ||
| showSettingsStage(initialSettingsTab?: string): void Static |
Properties
| Name | Type | Description | |
|---|---|---|---|
| content Accessor ReadOnly | React.ReactNode | Content of the modal frontstage. | |
| id Static | string | ||
| initialSettingsTabId | string | undefined | ||
| notifyCloseRequest | boolean | Set notifyCloseRequest to true on stages that register to listen for onCloseModalFrontstageRequestedEvent so |
|
| title | string | Title displayed at the top of the modal frontstage. |
Defined in
Last Updated: 06 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.