Interface: DayData
Interface for all information about a day
Extends
IDataItemBase
Properties
abbreviation?
optionalabbreviation:string
The abbreviated name of the data item.
Inherited from
IDataItemBase.abbreviation
description?
optionaldescription:string
The optional description of the data item
Inherited from
IDataItemBase.description
id
id:
string
The unique ID of the data item
Inherited from
IDataItemBase.id
name
name:
string
The name of the day, at the moment it is just the day number in string form.
Overrides
IDataItemBase.name
numericRepresentation
numericRepresentation:
number
The number associated with the day.
Overrides
IDataItemBase.numericRepresentation
showAdvanced?
optionalshowAdvanced:boolean
If to show the advanced options, this is not saved
Inherited from
IDataItemBase.showAdvanced