lemmy-js-client
    Preparing search index...

    Type Alias OpenGraphData

    Site metadata, from its opengraph tags.

    type OpenGraphData = {
        description?: string;
        embed_video_url?: DbUrl;
        image?: DbUrl;
        image_height?: number;
        image_width?: number;
        title?: string;
        video_height?: number;
        video_width?: number;
    }
    Index

    Properties

    description?: string
    embed_video_url?: DbUrl
    image?: DbUrl
    image_height?: number
    image_width?: number
    title?: string
    video_height?: number
    video_width?: number