interface EmbedVideo {
    height?: number;
    proxyURL?: string;
    url?: string;
    width?: number;
}

Hierarchy (view full)

Properties

height?: number
proxyURL?: string
url?: string
width?: number