Props for the VideoThumb component.

interface VideoThumbProps {
    isActive?: boolean;
    thumbnail?: string;
    url: string;
}

Hierarchy

  • ImgHTMLAttributes<HTMLImageElement>
    • VideoThumbProps

Properties

isActive?: boolean

Whether the current video is active/selected

thumbnail?: string

Thumbnail for video

url: string

Video URL used to derive the thumbnail image