Interface DocsDocPreviewVideo

interface DocsDocPreviewVideo {
    file_size: number;
    height: number;
    src: string;
    width: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

file_size: number

Video file size in bites

height: number

Video's height in pixels

src: string

Video URL

width: number

Video's width in pixels

Generated using TypeDoc