Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WebStyleSymbol

Hierarchy

Index

Properties

color

color: Color

The color of the symbol.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

initialized

initialized: boolean

name

name: string

The name of the symbol within the web style.

Read more...

portal

portal: Portal

The portal that contains the web style this symbol refers to.

Read more...

styleName

styleName: string

A registered web style name.

Read more...

styleUrl

styleUrl: string

URL that points to the web style definition.

Read more...

Readonly type

type: "web-style"

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 WebStyleSymbol

clone

  • Creates a deep clone of the symbol.

    Read more...

    Returns WebStyleSymbol

destroy

  • destroy(): void
  • Returns void

fetchCIMSymbol

fetchSymbol

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

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns WebStyleSymbol

  • Parameters

    Returns WebStyleSymbol

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