Magpie HTML - v0.1.3
    Preparing search index...

    Interface OpenGraphVideo

    OpenGraph video metadata.

    interface OpenGraphVideo {
        url?: string;
        secureUrl?: string;
        type?: string;
        width?: number;
        height?: number;
        duration?: number;
        releaseDate?: string;
        tags?: string[];
    }
    Index

    Properties

    url?: string

    Video URL

    secureUrl?: string

    HTTPS video URL

    type?: string

    MIME type

    width?: number

    Video width in pixels

    height?: number

    Video height in pixels

    duration?: number

    Video duration in seconds

    releaseDate?: string

    Release date

    tags?: string[]

    Video tags