Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The ISettingsForm interface is used to represent a form in the Command Palette settings. It provides methods for converting the form to different representations, such as a data identifier, dictionary, or state.
Methods
| Method | Description |
|---|---|
| ToDataIdentifier() | Converts the settings form to a data identifier. |
| ToDictionary() | Converts the settings form to a dictionary representation. |
| ToForm() | Converts the settings form to a form representation. |
| ToState() | Converts the settings form to a state representation. |
| Update(JsonObject) | Updates the settings form with the specified JSON object. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer