Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

basemap

basemap: Basemap

The basemap of the scene.

Read more...

declaredClass

declaredClass: string

description

description: SlideDescription

The description of the slide.

Read more...

destroyed

destroyed: boolean

environment

environment: SlideEnvironment

Represents settings that affect the environment in which the WebScene is displayed (such as lighting).

Read more...

ground

ground: SlideGround

Ground properties for this slide.

Read more...

id

id: string

The unique id of a slide within the slides property of a Presentation.

Read more...

initialized

initialized: boolean

thumbnail

thumbnail: SlideThumbnail

A data URI encoded thumbnail.

Read more...

title

title: SlideTitle

The title of the slide.

Read more...

viewpoint

viewpoint: Viewpoint

The viewpoint of the slide.

Read more...

visibleLayers

The visible layers of the scene.

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): Slide
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Slide

applyTo

clone

  • Creates a deep clone of this object.

    Read more...

    Returns Slide

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 Slide

  • Parameters

    Returns Slide

updateFrom

watch

  • Parameters

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

    Returns WatchHandle

Generated using TypeDoc