Edit

Share via


FormContent.SubmitForm(String, String) Method

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

The SubmitForm method submits the form with the specified JSON data and state.

Parameters

inputs String

The JSON representation of the form's inputs.

data String

The JSON representation of the form's state data.

Returns

An ICommandResult object that contains the result of the form submission.