Skip to content

destillationapp-frontend v0.1.0


destillationapp-frontend / store/settings / SettingsForm

Interface: SettingsForm

Defined in: store/settings/index.ts:37

Represents the settings form state.

Properties

archiveDistillationListSorting

archiveDistillationListSorting: string

Defined in: store/settings/index.ts:43

The sorting method for the distillation archives list.


distillationArchivesListLength

distillationArchivesListLength: number

Defined in: store/settings/index.ts:40

The length of the distillation archives list.


distillationListLength

distillationListLength: number

Defined in: store/settings/index.ts:39

The length of the distillation list.


distillationListSorting

distillationListSorting: string

Defined in: store/settings/index.ts:42

The sorting method for the distillation list.


distillerList

distillerList: Distiller[]

Defined in: store/settings/index.ts:44

The list of distillers.


isDarkTheme

isDarkTheme: boolean

Defined in: store/settings/index.ts:45

Whether the dark theme is enabled.


plantListLength

plantListLength: number

Defined in: store/settings/index.ts:38

The length of the plant list.


plantListSorting

plantListSorting: string

Defined in: store/settings/index.ts:41

The sorting method for the plant list.