GeoLeaf Core API - v3.0.0
    Preparing search index...

    Options of the gallery widget.

    interface GalleryOptions {
        maxCount?: number;
        maxSizeMb?: number;
        uploadEndpoint?: string;
    }
    Index

    Properties

    maxCount?: number
    maxSizeMb?: number
    uploadEndpoint?: string