Edit

TextSetting.Update(JsonObject) Method

Definition

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.

Parameters

payload JsonObject

The JsonObject containing the values to update the setting. The JsonObject should contain the properties that correspond to the setting's fields.