Hiyve Components - v1.0.0
    Preparing search index...
    interface TimelineMarkerData {
        authorId?: string;
        authorName?: string;
        color?: string;
        content: string;
        createdAt?: string;
        editedAt?: string;
        id: string;
        time: number;
    }
    Index

    Properties

    authorId?: string

    ID of the user who created the marker

    authorName?: string

    Display name of the author

    color?: string

    Optional per-marker color override

    content: string

    Marker content text

    createdAt?: string

    ISO timestamp of creation

    editedAt?: string

    ISO timestamp of last edit

    id: string

    Unique marker identifier

    time: number

    Time position in seconds