Interface WebMapPopupInfo

interface WebMapPopupInfo {
    description?: string;
    fieldInfos?: WebMapFieldInfo[];
    mediaInfos?: WebMapMediaInfo[];
    showAttachments?: boolean;
    title?: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

description?: string
fieldInfos?: WebMapFieldInfo[]
mediaInfos?: WebMapMediaInfo[]
showAttachments?: boolean
title?: string