saveSettingDictionary Method @beta
Save a SettingDictionary in this iModel.
saveSettingDictionary(name: string, dict: SettingsContainer): void
@throws EditTxnError if this EditTxn is not active.
| Parameter | Type | Description |
|---|---|---|
| name | string | The name for the SettingDictionary. If a dictionary by that name already exists, its value is replaced. |
| dict | SettingsContainer | The SettingDictionary object to stringify and save. |
Returns - void
Defined in
- backend/src/EditTxn.ts Line 615
Last Updated: 28 April, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.