Events.Send¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | Any |
||
Output ➡️ |
The resulting output of the shard | Any |
||
Name |
No | The name of the event dispatcher to use. | none |
StringVar(String) |
ID |
No | The optional ID to use to differentiate events with the same name. | none |
IntVar(Int)None |
Type |
No | The optional explicit type for this event. Allows defining the event type upfront without requiring Events.Send to be called first (enables receiver-first pattern). | none |
NoneType |