| title | ISettingsForm.Update(JsonObject) Method | |||
|---|---|---|---|---|
| description | The Update method updates the settings form with the specified JSON object. | |||
| ms.date | 2/19/2025 | |||
| ms.topic | reference | |||
| no-loc |
|
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The Update method updates the settings form with the specified JSON object. This method is used to apply changes to the settings form based on the provided JSON data.
payload JsonObject
The JsonObject containing the data to update the settings form. This parameter is required and cannot be null.