Options
All
  • Public
  • Public/Protected
  • All
Menu

Base implementation of a SliderProviderBase. Not implemented.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

app

The {@link geocortex.framework.application.Application} that this provider belongs to.

libraryId

libraryId: string

The ID of the library that this provider belongs to.

value

value: number

The value of the slider

Methods

initialize

  • Parameters

    Returns void

setValue

  • setValue(value: number): void
  • Parameters

    • value: number

    Returns void