Skip to main content

EventName

This formula allows you to decorate an event name with the appropriate id required for the event to be picked up by a particular resource. See the Mechanic information banner for more context.

JSON Format

{
"type": "eventName",
"event_name": ...,
"for_resource": ...
}

Fields

FieldTypeRequiredDescription
event_nameStringThe event name to decorate.
for_resourceStatFormulaComponentOptional. Will use the resource that this formula is being calculated on if omitted. The formula for the resource instance that the event should be executed on.