Edit

ISettingsForm.Update(JsonObject) Method

Definition

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.

Parameters

payload JsonObject

The JsonObject containing the data to update the settings form. This parameter is required and cannot be null.