Class: BaseIconSymbology

SymbologyState.BaseIconSymbology(node, requiredPropertiesopt, optionalPropertiesopt)

Class representing a base icon symbology

Constructor

new BaseIconSymbology(node, requiredPropertiesopt, optionalPropertiesopt)

Create a base icon symbology instance based on a node object provided by QGIS Server

Parameters:
Name Type Attributes Description
node object

the QGIS node symbology

Properties
Name Type Attributes Description
title string

the node title

icon string <optional>

the png image in base64

type string <optional>

the node type

requiredProperties object <optional>

the required properties definition

optionalProperties object <optional>

the optional properties definition

Source:

Extends

  • BaseObjectSymbology

Members

icon :string

The src icon

Type:
  • string
Source: