Appearance
StageAttributionEvent
The StageAttributionEvent
class extends the StageEvent class.
StageAttributionEvent are triggered when Attribution information changes on the instigating Stage Instance.
::tip TIP This is useful for building and rebuilding dynamic attribution notices, especially if a Snippet is configured in such a way that it never shows some licensed content. :::
Properties
.attribution
: Attribution[]attribution
An array of Attribution objects for all licensed assets in the instigating Stage Instance.
.activeAttribution
: Attribution[]activeAttribution
An array of Attribution objects all currently visible licensed assets on the instigating Stage Instance.
.allAttribution
: Attribution[]allAttribution
An array of Attribution objects for all licensed assets in all Stage Instances.
.allActiveAttribution
: Attribution[]allActiveAttribution
An array of Attribution objects all currently visible licensed assets on all running Stage Instances.
Triggers
attributionchange