Edit

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.