Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

addressSearchEnabled

addressSearchEnabled: boolean

Indicates whether the place finder is enabled in the web scene or the web map.

Read more...

declaredClass

declaredClass: string

destroyed

destroyed: boolean

enabled

enabled: boolean

Whether search functionality is enabled in the web scene or the web map.

Read more...

hintText

hintText: string

The hint provided with the search dialog.

Read more...

initialized

initialized: boolean

layers

A collection of layers to be included in search.

Read more...

tables

A collection of tables to be included in search.

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

  • _set<T>(propertyName: string, value: T): Search
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Search

clone

  • Creates a deep clone of this object.

    Read more...

    Returns Search

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

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Search

  • Parameters

    Returns Search

watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc