Skip to content

destillationapp-frontend v0.1.0


destillationapp-frontend / store/results/getters / default

Variable: default

default: object

Defined in: store/results/getters.ts:21

Type declaration

distillationData()

distillationData(state): ResultsDistillation

Gets the distillation data from the results form data.

Parameters

state

State

The Vuex state.

Returns

ResultsDistillation

The distillation data.

distillationDate()

distillationDate(state): string

Gets the distillation date from the distillation data.

Parameters

state

State

The Vuex state.

Returns

string

The distillation date.

distilledPlant()

distilledPlant(state): ResultsPlant

Gets the distilled plant from the results form data.

Parameters

state

State

The Vuex state.

Returns

ResultsPlant

The distilled plant data.

resultsForm()

resultsForm(state): ResultsForm

Gets the results form data from the state.

Parameters

state

State

The Vuex state.

Returns

ResultsForm

The results form data.