Appearance
StageContentEvent
The StageContentEvent
class extends the StageEvent class.
StageContentEvents are triggered by steps in the process of changing Content on Stages.
Properties
.key
: stringkey
The key of the Content instigated the Event.
I.E.,
In a beforecontentchange
Event, key
will reflect the Content Key of the proposed upcoming Content (not the current Content).
In a shotchange
Event, key
will reflect the Content Key of the newly applied (thus current) Content.
contentKey
: stringcontentKey
Alias of key
.
shotKey
: stringshotKey
Alias of key
if the instigating Content is a Shot; undefined otherwise.
sequenceKey
: stringsequenceKey
Alias of key
if the instigating Content is a Sequence; undefined otherwise.
data
: Objectdata
The Parameters passed in to affect the composition of the Content.
Triggers
beforecontentchange
cancelablecontentchange
beforeshotchange
cancelableshotchange
beforesequencechange
cancelablesequencechange
loadstart
loadend