Settings that affect the behavior and presentation of a layer in the layer list.

Hierarchy (view full)

Constructors

Properties

_initialChildrenIncluded: boolean
_initialExpanded: boolean
_initialIncluded: boolean

Accessors

  • get childrenIncluded(): boolean
  • Whether child layers should be included in the layer list. This value may not be set to true, if the associated LayerExtension or SublayerExtension does not support sublayers.

    Returns boolean

  • set childrenIncluded(value): void
  • Parameters

    • value: boolean

    Returns void

  • get effectivelyIncluded(): boolean
  • Whether this layer is effectively included in the layer list.

    Returns boolean

  • get expanded(): boolean
  • Whether this node is initially expanded to show children. No effect if included is false. This value may not be set to true, if the associated LayerExtension or SublayerExtension does not support sublayers.

    Returns boolean

  • set expanded(value): void
  • Parameters

    • value: boolean

    Returns void

  • get included(): boolean
  • Whether this layer should be included in the layer list.

    Returns boolean

  • set included(value): void
  • Parameters

    • value: boolean

    Returns void

  • get initialChildrenIncluded(): boolean
  • Initial value of the childrenIncluded property.

    Returns boolean

  • get initialExpanded(): boolean
  • Initial value of the expanded property.

    Returns boolean

  • get initialIncluded(): boolean
  • Initial value of the included property.

    Returns boolean

Methods

  • Parameters

    Returns void

  • Parameters

    Returns Promise<void>

  • Returns Promise<void>