Interface EntityEventOptionsBeta

Contains optional parameters for registering an entity event.

Hierarchy

  • EntityEventOptions

Properties

Properties

entities?: Entity[]

Remarks

If this value is set, this event will only fire for entities that match the entities within this collection.

entityTypes?: string[]

Remarks

If this value is set, this event will only fire if the impacted entities' type matches this parameter.