blockingTriggerId property

List<String>? blockingTriggerId
getter/setter pair

Blocking trigger IDs.

If any of the listed triggers evaluate to true, the tag will not fire.

Implementation

core.List<core.String>? blockingTriggerId;