geoview-core - v2.2.0
    Preparing search index...

    Interface LightBoxSlides

    Slide definition for the lightbox.

    interface LightBoxSlides {
        alt: string;
        downloadUrl: string;
        src: string;
    }
    Index

    Properties

    Properties

    alt: string

    The image alt text.

    downloadUrl: string

    The download URL for the image.

    src: string

    The image source URL.