Skip to main content
Version: Next

AnimatorWidgetStore

Implements

Index

Constructors

constructor

Properties

ianaTimeZone

ianaTimeZone: string | null = DEFAULT_ANIMATOR_WIDGET_CONFIG.ianaTimeZone

isoTimePrecision

isoTimePrecision: IsoTimePrecision = DEFAULT_ANIMATOR_WIDGET_CONFIG.isoTimePrecision

numericTimePrecision

numericTimePrecision: number | null = DEFAULT_ANIMATOR_WIDGET_CONFIG.numericTimePrecision

relativeReferenceMjdUtc

relativeReferenceMjdUtc: number | null = DEFAULT_ANIMATOR_WIDGET_CONFIG.relativeReferenceMjdUtc

relativeTimeReference

relativeTimeReference: RelativeTimeReference = DEFAULT_ANIMATOR_WIDGET_CONFIG.relativeTimeReference

relativeTimeUnit

relativeTimeUnit: RelativeTimeUnit = DEFAULT_ANIMATOR_WIDGET_CONFIG.relativeTimeUnit

timeLabelFormat

timeLabelFormat: TimeLabelFormat = DEFAULT_ANIMATOR_WIDGET_CONFIG.timeLabelFormat

timeScale

timeScale: TimeScale = DEFAULT_ANIMATOR_WIDGET_CONFIG.timeScale

timeZoneMode

timeZoneMode: TimeZoneMode = DEFAULT_ANIMATOR_WIDGET_CONFIG.timeZoneMode

Methods

applyConfig

setIanaTimeZone

  • setIanaTimeZone(timeZone: string): void
  • Parameters

    • timeZone: string

    Returns void

setIanaTimeZoneIfUnset

  • setIanaTimeZoneIfUnset(timeZone: string): void
  • Parameters

    • timeZone: string

    Returns void

setIsoTimePrecision

setNumericTimePrecision

  • setNumericTimePrecision(precision: number | null): void
  • Parameters

    • precision: number | null

    Returns void

setRelativeReferenceMjdUtc

  • setRelativeReferenceMjdUtc(mjdUtc: number | null): void
  • Parameters

    • mjdUtc: number | null

    Returns void

setRelativeTimeReference

setRelativeTimeUnit

setTimeLabelFormat

setTimeScale

setTimeZoneMode

toConfig