PropagationLimit#

class PropagationLimit#

Describes limits of a EventController for handling events targeting other widgets.

Fields#

class PropagationLimit
NONE#

Events are handled regardless of what their target is.

SAME_NATIVE#

Events are only handled if their target is in the same Native (or widget with limit_events set) as the event controllers widget. Note that some event types have two targets (origin and destination).