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 StateJson method retrieves the JSON representation of the state associated with the form. It is used to get the state data that defines the current status and values of the form fields.
Returns
A String that contains the JSON representation of the state associated with the form. This JSON data is typically used to define the current values and status of the form fields in the Adaptive Card that will be displayed in the Command Palette.
Windows developer