privateCopy property

bool? privateCopy
getter/setter pair

If set to True, Event propagation is disabled.

Note that it is not the same thing as Private event properties. Optional. Immutable. The default is False.

Implementation

core.bool? privateCopy;