OptionalblendBlend modes are used to blend layers together to create an interesting effect in a layer, or even to produce what seems like a new layer.
OptionaleffectEffect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work.
OptionalidA unique identifying string for the layer.
The type of layer.
OptionallineDefined by the GeoRSS to JSON request service. If the GeoRSS feed does not have lines, this property is not added to the layer JSON.
OptionallistIndicates how the layer should display in the table of contents. The known values are listed below. See support/esri!ListMode.
OptionalmaxA number representing the maximum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400. A value of 0 indicates that the layer will be visible no matter how far you zoom in.
OptionalminA number representing the minimum scale at which the layer will be visible. The number is the scale's denominator; thus, a value of 2400 represents a scale of 1/2,400.
OptionalopacityThe degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.
OptionalpointDefined by the GeoRSS to JSON request service. If the GeoRSS feed does not have points, this property is not added to the layer JSON.
OptionalpolygonDefined by the GeoRSS to JSON request service. If the GeoRSS feed does not have polygons, this property is not added to the layer JSON.
OptionalrefreshWhen the refresh interval is set on a layer, the client must refresh that layer only, not the entire web map. The default value is '0', meaning the no refresh. You can enable a refresh interval on the following types of layers: ArcGIS Server web service, hosted feature layer, hosted tile layer, OGC WMS, OGS WMTS, tile layer, GeoRSS, Living Atlas layers, basemaps (including Bing Maps basemaps), CSV from the web with latitude and longitude fields, and KML when added to ArcGIS Online through the My Content page. See https://doc.arcgis.com/en/arcgis-online/create-maps/set-refresh-interval.htm.
OptionalshowIndicates whether to allow map authors the ability to control what layers should be shown in a client's legend.
OptionaltitleA user-friendly title for the layer that can be used in a table of contents. If this is not included, then a title is derived from the service.
Optionaltype(Deprecated, use layerType instead.) If the layer is referenced through a URL, but is not an ArcGIS web service, then this parameter can be supplied to denote the layer type.
OptionalurlThe URL to the layer.
OptionalvisibilityDetermines whether the layer is initially visible in the web map.
OptionalvisibilityRepresents time extent that will control when a layer should be visible based on webmap's current time. Visibility time extent only affects the layer visibility and will not filter the data.
GeoRSS feeds may contain any combination of points, lines, and polygons. Web clients use a GeoRSS to JSON request service. This service returns one to many feature collections with different geometry types. The returned JSON specifies the point, lines, and polygons symbols used to display the features in that layer.
See https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/.