A layer object may allow overrides on popup content and drawing behavior for individual layers of a web service.

See https://developers.arcgis.com/web-map-specification/objects/wmsLayer_layer/.

interface WMSSublayerJson {
    legendUrl?: string;
    name?: string;
    queryable?: boolean;
    showPopup?: boolean;
    title?: string;
}

Hierarchy (view full)

Properties

legendUrl?: string

A string URL to a legend graphic for the layer.

name?: string

A string containing a unique name for the layer.

queryable?: boolean

Boolean specifying whether a layer is queryable or not.

showPopup?: boolean

Boolean specifying whether to display popup or not.

title?: string

A user-friendly string title for the layer that can be used in a table of contents.