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
The IFormContent interface represents the content of a form in the Command Palette. It is used to define the properties and methods for creating and managing form content, such as displaying data, handling user input, and validating data.
Properties
| Property | Type | Description |
|---|---|---|
| DataJson | String | The JSON representation of the data associated with the form content. |
| StateJson | String | The JSON representation of the state associated with the form content. |
| TemplateJson | String | The JSON representation of the template associated with the form content. |
Methods
| Method | Description |
|---|---|
| SubmitForm(String) | Submits the form data. |
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