Interface
Properties
Property | Type | Notes |
---|---|---|
any | A unique identifying string for the layer. | |
string | Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal. | |
string | Indicates the layer type | |
number | Integer property used to determine the maximum scale at which the layer is displayed. | |
number | Integer property used to determine the minimum scale at which the layer is displayed. | |
string | Layer name | |
number | The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency. | |
boolean | Boolean property indicating whether to display in the legend. | |
string | A user-friendly string title for the layer that can be used in a table of contents. | |
string | Deprecated, use layerType instead. | |
string | The URL to the layer. Not applicable to all layer types. | |
boolean | Boolean property determining whether the layer is initially visible in the web map. |
itemId
itemId: string
Optional string containing the item ID of the service if it's registered on ArcGIS Online or your organization's portal.
maxScale
maxScale: number
Integer property used to determine the maximum scale at which the layer is displayed.
minScale
minScale: number
Integer property used to determine the minimum scale at which the layer is displayed.
opacity
opacity: number
The degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.
showLegend
showLegend: boolean
Boolean property indicating whether to display in the legend.
id: any
A unique identifying string for the layer.