widget.field.button_click

Element details

type: meya.widget.event.field.button_click
class: FieldButtonClickEvent
path: /meya/widget/event/field/button_click.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
thread_idstr
integration_idstr
context{}
dict
button_idstr
textnullstr
field_idstr
input_datatyping.Any

Usage reference

Data

{
    "type": "meya.widget.event.field.button_click", 
    "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"
        }, 
        "button_id": "STRING", 
        "text": "STRING", 
        "field_id": "STRING", 
        "input_data": "ANY"
    }
}