Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SceneViewHighlightOptions

Hierarchy

Index

Properties

Optional color

color: Color

The color of the highlight.

Read more...

constructor

constructor: Function

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

Optional fillOpacity

fillOpacity: number

The opacity of the fill (area within the halo).

Read more...

Optional haloColor

haloColor: Color

An optional color for the halo of the highlight.

Read more...

Optional haloOpacity

haloOpacity: number

The opacity of the highlight halo.

Read more...

Optional shadowColor

shadowColor: Color

The color of the highlighted feature's shadow.

Read more...

Optional shadowDifference

shadowDifference: number

Defines the intensity of the shadow area obtained by overlapping the shadow of the highlighted feature and the shadow of other objects in the scene.

Read more...

Optional shadowOpacity

shadowOpacity: number

The opacity of the highlighted feature's shadow.

Read more...

Methods

Optional get

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

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

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

Optional set

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

Optional watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc