Skip to content

destillationapp-frontend v0.1.0


destillationapp-frontend / types/store / RootState

Interface: RootState

Defined in: types/store/index.ts:22

Shape of the entire Vuex state tree.

Extends

Properties

auth

auth: any

Defined in: types/store/index.ts:24

The auth module state.


comingFromRoute

comingFromRoute: boolean

Defined in: types/store/index.ts:8

Indicates if navigation came from a route change.

Inherited from

RootStateOnly.comingFromRoute


distillation

distillation: any

Defined in: types/store/index.ts:25

The distillation module state.


plant

plant: any

Defined in: types/store/index.ts:23

The plant module state.


results

results: any

Defined in: types/store/index.ts:26

The results module state.


searchQuery

searchQuery: string

Defined in: types/store/index.ts:9

The current search query string.

Inherited from

RootStateOnly.searchQuery


settings

settings: any

Defined in: types/store/index.ts:27

The settings module state.