Interface: FormOptions
Properties
| Property | Type | Description |
|---|---|---|
buttonOptions? |
{ cancelButtonOptions?: FormButton; submitButtonOptions?: FormButton; } |
- |
buttonOptions.cancelButtonOptions? |
FormButton |
- |
buttonOptions.submitButtonOptions? |
FormButton |
- |
displayOptions? |
FormDisplayOptions |
- |
displayType? |
"modal" | "inline" |
Controls where the form is displayed. 'inline' is the default and preserves existing behavior. |
metadata |
FormMetadata |
- |
prompts |
FormPrompt[] |
The list of prompts within the form. |