Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface opacityCreateVisualVariableParams

Hierarchy

  • Object
    • opacityCreateVisualVariableParams

Index

Properties

constructor

constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Optional field

field: string

The name of the field whose data will be queried for statistics and used for the basis of the data-driven visualization.

Read more...

layer

The layer for which the visual variable is generated.

Read more...

Optional legendOptions

Provides options for setting a title to a field when an expression is provided instead of a field name.

Read more...

Optional maxValue

maxValue: number

A custom maximum value set by the user.

Read more...

Optional minValue

minValue: number

A custom minimum value set by the user.

Read more...

Optional normalizationField

normalizationField: string

The name of the field to normalize the values of the given field.

Read more...

Optional signal

signal: AbortSignal

Allows for cancelable requests.

Read more...

Optional sqlExpression

sqlExpression: string

A SQL expression evaluating to a number.

Read more...

Optional sqlWhere

sqlWhere: string

A SQL where clause used to filter features for the statistics query.

Read more...

Optional statistics

A statistics object generated from the summaryStatistics function.

Read more...

Optional valueExpression

valueExpression: string

An Arcade expression that returns a number.

Read more...

Optional valueExpressionTitle

valueExpressionTitle: string

Text describing the value returned from the valueExpression.

Read more...

Optional view

view: View

A SceneView or MapView instance is required when a valueExpression is specified.

Read more...

Methods

hasOwnProperty

  • hasOwnProperty(v: PropertyKey): boolean
  • Determines whether an object has a property with the specified name.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

isPrototypeOf

  • isPrototypeOf(v: Object): boolean
  • Determines whether an object exists in another object's prototype chain.

    Parameters

    • v: Object

      Another object whose prototype chain is to be checked.

    Returns boolean

propertyIsEnumerable

  • propertyIsEnumerable(v: PropertyKey): boolean
  • Determines whether a specified property is enumerable.

    Parameters

    • v: PropertyKey

      A property name.

    Returns boolean

toLocaleString

  • toLocaleString(): string
  • Returns a date converted to a string using the current locale.

    Returns string

toString

  • toString(): string
  • Returns a string representation of an object.

    Returns string

valueOf

  • valueOf(): Object
  • Returns the primitive value of the specified object.

    Returns Object

Generated using TypeDoc