Documentation - v1.5.0-beta.6
    Preparing search index...

    Represents a thumbnail URL.

    interface ThumbnailUrl {
        alt?: string;
        url: string;
    }
    Index

    Properties

    Properties

    alt?: string

    The alternative text for the thumbnail.

    url: string

    The URL of the thumbnail.