Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActiveLayerInfoProperties

Hierarchy

  • ActiveLayerInfoProperties

Index

Properties

Optional children

A collection of child activeLayerInfos.

Read more...

Optional isScaleDriven

isScaleDriven: boolean

Indicates if the legend's display of the layer's renderer is driven by the scale of the view.

Read more...

Optional layer

The layer represented by the ActiveLayerInfo object.

Read more...

Optional layerView

The layerView represented by the ActiveLayerInfo object's layer.

Read more...

Optional legendElements

The legendElements is constructed using the layer Renderer.

Read more...

Optional parent

The ActiveLayerInfo of the parent module:esri/layers/support/ISublayer or GroupLayer.

Read more...

Optional ready

ready: boolean

Indicates if the activeLayerInfo is ready.

Read more...

Optional scale

scale: number

The scale of the view instance in which the Legend is rendered.

Read more...

Optional title

title: string

The text string that represents the legend's title.

Read more...

Optional version

version: number

The version of the ActiveLayerInfo.

Read more...

Optional view

The view in which the Legend is rendered.

Read more...

Generated using TypeDoc