Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 714 Bytes

File metadata and controls

21 lines (14 loc) · 714 Bytes
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
PowerToys
Windows
Insider

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.