Options
All
  • Public
  • Public/Protected
  • All
Menu

A slider with a label on each side.

Settings

  • @member source Embeddable iFrame URL.

Controls

  • None

Hierarchy

Implements

Index

Constructors

constructor

  • Parameters

    • Optional name: string

      The displayed name of this module.

    • Optional playerRole: PlayerRoleFlag

      Indicates which user is able to see this module.

    Returns StreamModel

Properties

Readonly id

id: string

Unique Id of this module.

name

name: string

The displayed name of also meant for displaying.

playerRole

playerRole: PlayerRoleFlag

Indicates which user is able to see this module.

source

source: string = ''

Embeddable iFrame URL.

Readonly type

Indicates which type of module this is.

Accessors

aggregatorValues

  • Returns undefined | AggregatorValue<number>[]

Methods

init

  • Forces inherited child classes to identify themself with the type of modul they are.

    Returns ModuleEnum

    The module enum that belongs to this type of module.

setSource

  • Builder function to set the embeddable iFrame URL.

    Parameters

    • source: string

      The new embeddable iFrame URL.

    Returns StreamModel

    A copy of the object with updated settings.

updateModule

  • Updates a module with new settings.

    Parameters

    • newModule: ModuleModel

      A module that holds the new settings.

    Returns void

updateMyself

Generated using TypeDoc