An event associated with a specific topic.
Gets all properties as a copy.
all properties as plain object.
Returns a property.
the name of the property to return
The value of the property, or undefined if not found.
undefined
Returns a list of this event's property names.
A non-empty array with one element per property.
Returns the topic of this event.
Returns the reason of the topic (last part).
For example if topic is 'ct/map/EXTENT_CHANGE' the reason is 'EXTENT_CHANGE'.
Tests this event's properties against the given filter using a case sensitive match.
The filter to test.
true if this event's properties match the filter, false otherwise.
The string representation of this event.
An event associated with a specific topic.