Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UniqueValueRendererProperties

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 backgroundFillSymbol

backgroundFillSymbol: FillSymbolProperties | (PolygonSymbol3DProperties & { type: "polygon-3d" })

This property is only relevant When symbolizing polygon features with marker symbols (or IconSymbol3DLayer) in the uniqueValueInfos of this renderer.

Read more...

Optional defaultLabel

defaultLabel: string

Label used in the Legend to describe features assigned the default symbol.

Read more...

Optional defaultSymbol

defaultSymbol: SymbolProperties

The default symbol used to draw a feature whose value is not matched or specified by the renderer.

Read more...

Optional field

field: string

The name of the attribute field the renderer uses to match unique values or types.

Read more...

Optional field2

field2: string

If needed, specifies the name of an additional attribute field the renderer will use to match values.

Read more...

Optional field3

field3: string

If needed, specify the name of a third attribute field the renderer will use to match values.

Read more...

Optional fieldDelimiter

fieldDelimiter: string

String inserted between the values if multiple attribute fields are specified.

Read more...

Optional legendOptions

An object providing options for displaying the renderer in the Legend.

Read more...

Optional uniqueValueInfos

uniqueValueInfos: UniqueValueInfoProperties[]

Each element in the array is an object that provides information about a unique value associated with the renderer.

Read more...

Optional valueExpression

valueExpression: string

An Arcade expression evaluating to either a string or a number.

Read more...

Optional valueExpressionTitle

valueExpressionTitle: string

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

Read more...

Optional visualVariables

visualVariables: VisualVariableProperties[]

An array of VisualVariable objects.

Read more...

Generated using TypeDoc