Element details
type: meya.widget.event.page.button_click
class: PageButtonClickEvent
path: /meya/widget/event/page/button_click.py
signature: -
Fields
field | description | required | signature | default | type |
---|---|---|---|---|---|
parent_entry_ref | ○ | ○ | null | EntryRef | |
trace_id | ○ | ○ | "-" | str | |
sensitive | ○ | ○ | false | bool | |
internal | ○ | ○ | false | bool | |
user_id | ◉ | ○ | str | ||
thread_id | ◉ | ○ | str | ||
integration_id | ◉ | ○ | str | ||
context | ○ | ○ | {} | dict | |
button_id | ◉ | ○ | str | ||
text | ○ | ○ | null | str | |
page_id | ◉ | ○ | str | ||
input_data | ◉ | ○ | list | ||
Usage reference
Data
{
"type": "meya.widget.event.page.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",
"page_id": "STRING",
"input_data": [
"ANY"
]
}
}