SignalMarkerOptions: { emitOnce?: boolean; retroActive?: boolean }

Options for a signal marker in the timeline builder

Type declaration

  • OptionalemitOnce?: boolean

    Whether the signal should only fire once (default: false)

  • OptionalretroActive?: boolean

    Whether the signal should fire if the playback starts past its time (default: false)