Subtype group layers can be created by referencing a layer from a feature service that contains subtypes. Each subtype in the feature service layer can be a separate layer in the subtype group layer, and be given its own display and editing properties.

With respect to layer blending, subtype group layers follow the same rules as group layers.

Referenced by: operationalLayers

Properties

PropertyDetails
blendModeBlend modes are used to create various effects by blending colors of top and background layers. normal blend mode is the default.
Valid values: average, color, color-burn, color-dodge, darken, destination-atop, destination-in, destination-out, destination-over, difference, exclusion, hard-light, hue, invert, lighten, lighter, luminosity, minus, multiply, normal, overlay, plus, reflect, saturation, screen, soft-light, source-atop, source-in, source-out, vivid-light, xor
customParametersA sequence of custom parameters appended to the URL of all requests related to a layer.
effectEffect provides various filter functions to achieve different visual effects similar to how image filters (photo apps) work.
idA unique identifying string for the layer.
itemIdOptional string containing the item ID of the service if it’s registered on ArcGIS Online or your organization’s portal.
layerDefinitionA layerDefinition object defining the attribute schema and drawing information for the layer.
See layerDefinition properties table.
layers[]An array of subtype layers, each describing the properties for a subtype in the feature service layer.
layerTypeString indicating the layer type.
Valid value of this property SubtypeGroupLayer
opacityThe degree of transparency applied to the layer on the client side, where 0 is full transparency and 1 is no transparency.
refreshIntervalRefresh interval of the layer in minutes. Non-zero value indicates automatic layer refresh at the specified interval. Value of 0 indicates auto refresh is not enabled.
timeAnimationIndicates whether to disable time animation if the layer supports it.
titleA user-friendly string title for the layer that can be used in a table of contents.
urlThe URL to the layer. If the layer is not from a web service but rather a feature collection, then the url property is omitted.
visibilityBoolean property determining whether the layer is initially visible in the web map.
visibilityTimeExtentRepresents 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.

layerDefinition properties

PropertyDetails
definitionExpressionSQL-based definition expression string that narrows the data to be displayed in the layer.
disableDisplayFilterWhen true, ignores the display filter defined on the layer by the displayFilterInfo property.
displayFilterInfoDisplay filters provide information about which features should be rendered on the display.
floorInfoContains floor-awareness information for the layer.
maxScaleInteger property used to determine the maximum scale at which the layer is displayed.
minScaleInteger property used to determine the minimum scale at which the layer is displayed.