| 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 |
|
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The LoadFromJson method loads the settings from a jsonObject parameter into the current TextSetting instance.
jsonObject JsonObject
The JsonObject that contains the settings to be loaded.
A TextSetting instance with the settings loaded from the provided JsonObject.