firingTriggerId property

List<String>? firingTriggerId
getter/setter pair

Firing trigger IDs.

A tag will fire when any of the listed triggers are true and all of its blockingTriggerIds (if any specified) are false.

Implementation

core.List<core.String>? firingTriggerId;