Interface: SeasonData
Interface for all information about a season
Extends
IDataItemBase
Properties
abbreviation?
optionalabbreviation:string
The abbreviated name of the data item.
Inherited from
IDataItemBase.abbreviation
color
color:
string
The color of the season
customColor?
optionalcustomColor: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?
optionalnumericRepresentation:number
The optional numeric representation of the data item
Inherited from
IDataItemBase.numericRepresentation
showAdvanced?
optionalshowAdvanced: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