form.submit

Element details

type: meya.form.event.submit
class: FormSubmitEvent
path: /meya/form/event/submit.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict
form_idstr
fieldsdict

Usage reference

Data

{
    "type": "meya.form.event.submit", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "user_id": "STRING", 
        "thread_id": "STRING", 
        "integration_id": "STRING", 
        "context": {
            "STRING": "ANY"
        }, 
        "form_id": "STRING", 
        "fields": {
            "STRING": "ANY"
        }
    }
}