Interface WebMapBaseMap

interface WebMapBaseMap {
    baseMapLayers?: WebMapBaseMapLayer[];
    title?: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

baseMapLayers?: WebMapBaseMapLayer[]
title?: string