Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DictionaryRendererProperties

Hierarchy

Index

Properties

Optional authoringInfo

Authoring metadata only included in renderers generated from one of the Smart Mapping creator methods, such as sizeRendererCreator.createContinuousRenderer() or colorRendererCreator.createContinuousRenderer().

Read more...

Optional config

config: any

This property allows you to set display options that can be configured on the dictionary symbol style.

Read more...

Optional fieldMap

fieldMap: HashMap<string>

Defines a field mapping that maps input fields from the feature to the dictionary symbol style's expected fields for symbols and text.

Read more...

Optional scaleExpression

scaleExpression: string

A scaling expression can be set to increase or decrease the size of the dictionary symbols.

Read more...

Optional scaleExpressionTitle

scaleExpressionTitle: string

The title identifying and describing the associated Arcade expression as defined in the scaleExpression property.

Read more...

Optional type

type: "dictionary"

The type of renderer.

Read more...

Optional url

url: string

The URL to the dictionary style.

Read more...

Optional visualVariables

visualVariables: VisualVariableProperties[]

An array of VisualVariable objects.

Read more...

Generated using TypeDoc