Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActiveLayerInfo

Hierarchy

Index

Properties

children

A collection of child activeLayerInfos.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

isScaleDriven

isScaleDriven: boolean

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

Read more...

layer

layer: Layer

The layer represented by the ActiveLayerInfo object.

Read more...

layerView

layerView: LayerView

The layerView represented by the ActiveLayerInfo object's layer.

Read more...

legendElements

legendElements: LegendElement[]

The legendElements is constructed using the layer Renderer.

Read more...

Readonly opacity

opacity: number

The opacity of the layer or parent element.

Read more...

parent

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

Read more...

ready

ready: boolean

Indicates if the activeLayerInfo is ready.

Read more...

scale

scale: number

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

Read more...

title

title: string

The text string that represents the legend's title.

Read more...

version

version: number

The version of the ActiveLayerInfo.

Read more...

view

view: View

The view in which the Legend is rendered.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ActiveLayerInfo

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns ActiveLayerInfo

  • Parameters

    Returns ActiveLayerInfo

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc