Skip to main content
Version: Next

Interface: SeasonData

Interface for all information about a season

Extends

  • IDataItemBase

Properties

abbreviation?

optional abbreviation: string

The abbreviated name of the data item.

Inherited from

IDataItemBase.abbreviation


color

color: string

The color of the season


customColor?

optional customColor: string

The custom color for the season

Deprecated

This is no longer used


description

description: string

The description of the season.

Overrides

IDataItemBase.description


icon

icon: Icons

The icon associated with the season


id

id: string

The unique ID of the data item

Inherited from

IDataItemBase.id


name

name: string

The name of the season.

Overrides

IDataItemBase.name


numericRepresentation?

optional numericRepresentation: number

The optional numeric representation of the data item

Inherited from

IDataItemBase.numericRepresentation


showAdvanced?

optional showAdvanced: boolean

If to show the advanced options, this is not saved

Inherited from

IDataItemBase.showAdvanced


startingDay

startingDay: number

The day of the starting month this season starts on


startingMonth

startingMonth: number

The month this season starts on


sunriseTime

sunriseTime: number

The time, in seconds, that the sun rises


sunsetTime

sunsetTime: number

The time, in seconds, that the sun sets