Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 822 Bytes

File metadata and controls

21 lines (14 loc) · 822 Bytes
title TextSetting.Update(JsonObject) Method
description The Update method updates the setting with values from a JSON object. This method is used to apply changes to the setting based on a JSON representation.
ms.date 2/26/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

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.