Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 783 Bytes

File metadata and controls

25 lines (16 loc) · 783 Bytes
title TextSetting.LoadFromJson(JsonObject) Method
description The TextSetting.LoadFromJson method loads the settings from a JSON object into the current TextSetting instance.
ms.date 2/26/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

TextSetting.LoadFromJson(JsonObject) Method

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

The LoadFromJson method loads the settings from a jsonObject parameter into the current TextSetting instance.

Parameters

jsonObject JsonObject

The JsonObject that contains the settings to be loaded.

Returns

A TextSetting instance with the settings loaded from the provided JsonObject.