Chameleon
    Preparing search index...

    Interface EmbedVideo

    interface EmbedVideo {
        url?: string;
        proxyUrl?: string;
        height?: number;
        width?: number;
        contentType?: string;
        placeholder?: string;
        placeholderVersion?: number;
        description?: string;
        flags?: number;
    }
    Index

    Properties

    url?: string
    proxyUrl?: string
    height?: number
    width?: number
    contentType?: string
    placeholder?: string
    placeholderVersion?: number
    description?: string
    flags?: number