Class: LayerGroupSymbology

SymbologyState.LayerGroupSymbology(node)

Class representing the layer group symbology

Constructor

new LayerGroupSymbology(node)

Create a layer group symbology instance based on a node object provided by QGIS Server

Parameters:
Name Type Description
node object

the QGIS node symbology

Properties
Name Type Description
type string

the node type: group

nodes Array

the png image in base64

name string

the layer name

title string

the node title

Source:

Extends

  • BaseObjectSymbology

Members

children :Array.<(BaseIconSymbology|BaseSymbolsSymbology)>

The children nodes

Type:
  • Array.<(BaseIconSymbology|BaseSymbolsSymbology)>
Source:

childrenCount :number

Children nodes count

Type:
  • number
Source:

name :string

The layer name

Type:
  • string
Source:

Methods

(generator) getChildren() → {BaseIconSymbology|BaseSymbolsSymbology}

Iterate through children nodes

Source:
Yields:
The next child node
Type
BaseIconSymbology | BaseSymbolsSymbology