Class ClipRecorderEvent

The ClipRecorderEvent class extends ShimiEvent, providing an object which can be subscribed to.

It distributes events which point back to the source ClipRecorder, and a ClipRecorderEventData object that contains the event information.

Hierarchy

Constructors

Accessors

Methods

Constructors

Accessors

  • get handlers(): ShimiHandler<TData, TSource>[]
  • A collection of handlers which get called in order when the event is triggered.

    Returns ShimiHandler<TData, TSource>[]

Methods

Generated using TypeDoc