-
consumeoutsideclicks
- Type: boolean
-
Controls whether or not the event that caused the popup to be automatically dismissed (or "rolled up") should be consumed or be dispatched as a normal event. If it is not set, it defaults to the platform behavior. If it set to
true
the rollup event is consumed. If set tofalse
, the rollup event is not consumed. This attribute should be used instead ofsetConsumeRollupEvent
.