| title | TextSetting.Update(JsonObject) Method | |||
|---|---|---|---|---|
| description | The Update method updates the setting with values from a JSON object. This method is used to apply changes to the setting based on a JSON representation. | |||
| ms.date | 2/26/2025 | |||
| ms.topic | reference | |||
| no-loc |
|
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The Update method updates the setting with values from a payload parameter. This method is used to apply changes to the setting based on a JSON representation.
payload JsonObject
The JsonObject containing the values to update the setting. The JsonObject should contain the properties that correspond to the setting's fields.