ISubmitCardAction interface

Invoke an Action.Submit event.

Properties

confirmationDialog

Confirmation dialog option passed to the submit handler.

parameters

Parameters passed to the Submit event handler.

type

Indicates this is a Submit button.

Property Details

confirmationDialog

Confirmation dialog option passed to the submit handler.

confirmationDialog?: IConfirmationDialog;

Property Value

parameters

Parameters passed to the Submit event handler.

parameters: ISubmitCardParameters;

Property Value

type

Indicates this is a Submit button.

type: 'Submit';

Property Value

'Submit'