Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthoringInfoVisualVariable

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

endTime

endTime: string | number

If an age or timeline renderer was generated, indicates the end time of the visualization.

Read more...

field

field: string

Indicates the field name used for generating the data-driven visualization.

Read more...

initialized

initialized: boolean

maxSliderValue

maxSliderValue: number

Indicates the value of the upper handle if a slider was used to generate the visual variable.

Read more...

minSliderValue

minSliderValue: number

Indicates the value of the lower handle if a slider was used to generate the visual variable.

Read more...

startTime

startTime: string | number

If an age or timeline renderer was generated, indicates the start time of the visualization.

Read more...

style

style: "percent-of-total" | "percent" | "ratio"

If the UI offers the option to display values based on a ratio or percentage, this indicates which selection was made.

Read more...

theme

theme: "high-to-low" | "above" | "below" | "above-and-below" | "centered-on" | "extremes"

Indicates the theme selected by the user when generating a renderer or visual variable with one of the Smart Mapping functions.

Read more...

type

type: "color" | "size" | "opacity"

The type of visual variable generated.

Read more...

units

units: "seconds" | "minutes" | "hours" | "days" | "months" | "years"

If an age or timeline renderer was generated, indicates the time units used.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns AuthoringInfoVisualVariable

clone

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

toJSON

  • toJSON(): any
  • Converts an instance of this class to its ArcGIS portal JSON representation.

    Read more...

    Returns any

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc