Skip to Content

Interface: Marker

Known markers that the integration interprets.

interface Marker {    name: KnownMarkerName;    threshold: number;    type: MarkerType;    useWatchTime?: boolean;}

Properties

name

name: KnownMarkerName

Name of the marker


threshold

threshold: number

Threshold for the marker:


type

type: MarkerType

Type of the marker


useWatchTime?

optional useWatchTime: boolean

Whether the marker should reference watch time instead of current time. Livestreams always use watch time.

Last updated on