SettingsTabsProvider Interface
Deprecated in 4.16.0. Use ($@itwin/appui-react#SettingsTabsProvider$refLinkSource=core-react/ui/core-react/src/core-react/settings/SettingsManager.tsx@106) instead.
Setting Provider interface. Implemented by classes that want to supply settings pages for display in the SettingContainer. The classes that implement this interface need to be registered with the SettingsManager.
Methods
Name | Description | |
---|---|---|
getSettingEntries(stageId: string, stageUsage: string): undefined | ReadonlyArray<SettingsTabEntry> |
Properties
Name | Type | Description | |
---|---|---|---|
id Readonly | string | Id of provider, used to remove registration. |
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.