SubmittedFormData
OCP App SDK / SubmittedFormData
Interface: SubmittedFormData
Defined in: src/app/Lifecycle.ts:10
The format form data will be provided in when the user submits a form or performs a button action.
Keys will be the field key as provided in the form definition.
Indexable
[field
: string
]: PrimitiveFormValue
| PrimitiveFormValue
[]
Updated 3 days ago