Skip to content

StageContentEvent

The StageContentEvent class extends the StageEvent class.

StageContentEvents are triggered by steps in the process of changing Content on Stages.

Properties

.

key

: string

key

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

: string

contentKey

Alias of key.

.

shotKey

: string

shotKey

Alias of key if the instigating Content is a Shot; undefined otherwise.

.

sequenceKey

: string

sequenceKey

Alias of key if the instigating Content is a Sequence; undefined otherwise.

.

data

: Object

data

The Parameters passed in to affect the composition of the Content.

Triggers

  • beforecontentchange cancelable
  • contentchange
  • beforeshotchange cancelable
  • shotchange
  • beforesequencechange cancelable
  • sequencechange
  • loadstart
  • loadend