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

    Interface OpenGraphImage

    OpenGraph image metadata.

    interface OpenGraphImage {
        url: string;
        secureUrl?: string;
        type?: string;
        width?: number;
        height?: number;
        alt?: string;
    }
    Index

    Properties

    url: string

    Image URL

    secureUrl?: string

    HTTPS image URL

    type?: string

    MIME type

    width?: number

    Image width in pixels

    height?: number

    Image height in pixels

    alt?: string

    Alt text