Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

ActuallyVisible

ActuallyVisible: boolean

Indicates the actual visibility of the element. The visibility depends on the visible property of the element, and the visible property of each group this element is organized within.

type

{boolean}

DisplayInLegend

DisplayInLegend: boolean

Indicates whether this element should be displayed in the legend

type

{boolean}

ExpandInLegend

ExpandInLegend: boolean

Indicates whether this element should be initially expanded in the legend

type

{boolean}

Optional FeatureSource

FeatureSource: FeatureSourceInfo | undefined

LayerDefinition

LayerDefinition: Common.ResourceIdentifier

LegendLabel

LegendLabel: string

The element's legend label

type

{string}

Name

Name: string

The name of this element

type

{string}

ObjectId

ObjectId: string

The element's object id

type

{string}

Optional ParentId

ParentId: string | undefined

The element's parent id

type

{string}

Optional ScaleRange

ScaleRange: ScaleRangeInfo[] | undefined

Selectable

Selectable: boolean

Gets whether this layer is selectable

type

{boolean}

Type

Type: LayerType.Dynamic | LayerType.BaseMap

Visible

Visible: boolean

Indicates whether this element is potentially visible. Note that this may be true even though the element is not visible. This will occur if one of the groups this element is organized within is not visible.

type

{boolean}

Generated using TypeDoc