component.entry

Element details

type: meya.component.entry
class: ComponentEntry
path: /meya/component/entry/entry.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
bot_idstr
thread_idstr
datadict
flowstr
indexint
specdict
stacklist

Usage reference

Data

{
    "type": "meya.component.entry", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "bot_id": "STRING", 
        "thread_id": "STRING", 
        "data": {
            "STRING": "ANY"
        }, 
        "flow": "STRING", 
        "index": 123, 
        "spec": {
            "STRING": "ANY"
        }, 
        "stack": [
            {
                "data": {
                    "STRING": "ANY"
                }, 
                "flow": "STRING", 
                "index": 123
            }
        ]
    }
}