Contains optional parameters for registering an entity event.
export interface EntityEventOptions { entities?: Entity[]; entityTypes?: string[];} Copy
export interface EntityEventOptions { entities?: Entity[]; entityTypes?: string[];}
Optional
If this value is set, this event will only fire for entities that match the entities within this collection.
If this value is set, this event will only fire if the impacted entities' type matches this parameter.
Contains optional parameters for registering an entity event.
Source