Skip to main content
Version: Next

Interface: NoteCategory

Interface for all information about note categories

Extends

  • IDataItemBase

Properties

abbreviation?

optional abbreviation: string

The abbreviated name of the data item.

Inherited from

IDataItemBase.abbreviation


color

color: string

The background color assigned to the note category.


description?

optional description: 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?

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


textColor

textColor: string

The color of the text assigned to the note category.