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

    A timestamped comment/marker on a media file's timeline.

    interface FileTimelineMarker {
        authorId?: string;
        authorName?: string;
        color?: string;
        content: string;
        createdAt?: string;
        editedAt?: string;
        id: string;
        time: number;
    }
    Index

    Properties

    authorId?: string
    authorName?: string
    color?: string
    content: string
    createdAt?: string
    editedAt?: string
    id: string
    time: number