ActiveListAutoPlayStoppedEvent

TYPE DEFINITION

Represents an ActiveList autoPlay being stopped.

Can be fired for four reasons:

  1. The stop method on the ActiveList is called.
  2. The autoPlay reached the last of the items, which can only happen when isCircular is false.
  3. When all content items are removed when the autoPlay is playing. It will then stop automatically since there are no more items.
  4. When no more items are left active, in this case the autoPlay will stop as well.

Note: due to reasons 3 and 4 this event can be fired right before a 'REMOVED', 'REMOVED_MULTIPLE', 'DEACTIVATED' and 'DEACTIVATED_MULTIPLE' event.

Since 1.0.0

Extends ActiveListBaseEvent

Properties

  • type

    "AUTO_PLAY_STOPPED"

    Which type occurred

    Since 1.0.0