Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The Update method updates the setting from a JSON object. This is useful for applications that need to apply changes to settings based on user input or other sources.
Parameters
payload JsonObject
The JsonObject that contains the updated values for the setting. This object should include the properties that need to be updated, such as the name, description, default value, and list of choices.
Windows developer