Interface: NoteCategory
Interface for all information about note categories
Extends
IDataItemBase
Properties
abbreviation?
optionalabbreviation:string
The abbreviated name of the data item.
Inherited from
IDataItemBase.abbreviation
color
color:
string
The background color assigned to the note category.
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 note category.
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
textColor
textColor:
string
The color of the text assigned to the note category.