ElementEventObject
An event-source object (trigger root).
Indexable¶
[key: string]: unknown
Open-ended additional fields.
Properties¶
| Property | Type | Description |
|---|---|---|
byoaConnection? |
boolean |
Whether the event uses Bring-Your-Own-Auth. |
debugDisabled? |
boolean |
Whether the event is debug-disabled. |
description? |
string |
Description. |
displayName? |
string |
Friendly display name. |
eventMode? |
string |
Event delivery mode (polling, webhooks). |
hasStaticLeftOperandFilterBuilder? |
boolean |
Whether the left-operand filter builder is static. |
hideEventIDField? |
boolean |
Whether the event ID field is hidden in UX. |
isDynamicObjectName? |
boolean |
Whether the object name is dynamic. |
isHidden? |
boolean |
Whether the event is hidden from UX. |
isWebhookUrlVisible? |
boolean |
Whether the webhook URL is shown in the UX. |
name |
string |
Event object name. |
objectName? |
string |
Bound object name (for events that resolve dynamically). |
operation? |
string |
Logical operation. |
parameters? |
ElementMethodParameter[] |
Event-source parameters. |
supportedAuths? |
string[] |
Auth types this event supports. |