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 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.
Windows developer