Hiyve Components - v1.0.0
    Preparing search index...

    Interface TimelineMarkersProps

    interface TimelineMarkersProps {
        activeMarkerId?: string;
        colors: MediaPlayerColors;
        containerWidth: number;
        duration: number;
        markers: TimelineMarkerData[];
        onMarkerClick: (marker: TimelineMarkerData) => void;
    }
    Index

    Properties

    activeMarkerId?: string
    containerWidth: number
    duration: number
    onMarkerClick: (marker: TimelineMarkerData) => void