Documentation - v1.2.0-alpha.3
    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.