Class: SymbolIconSymbology

SymbologyState.SymbolIconSymbology(node)

Class representing the symbol icon symbology

Constructor

new SymbolIconSymbology(node)

Create a symbol icon 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
icon string the png image in base64
title string the node title
ruleKey string the node rule key for filtering
checked boolean the node is checked by default
Source:

Extends

  • BaseIconSymbology

Members

checked :boolean

Is rule checked ?
Type:
  • boolean
Source:

checked

Checked or Unchecked rule
Source:

legendOn :boolean

Is legend ON ?
Type:
  • boolean
Source:

ruleKey :string

The rule key
Type:
  • string
Source: