Skip to content

ResultsPlant

View source on GitHub

Displays and manages the plant-related part of the distillation results, including plant selection, plant details, and soaking/shredding options. *

Props

NameTypeRequiredDescription
isFormValidbooleanyesIndicates if the form is valid.
isEditingbooleannoIndicates if the form is in editing mode.

Exposed Methods

fetchPlantData()

Fetches plant data from local storage for a given key.

Parameters:

  • key (string): The key for the specific data to fetch.

fetchDistillationData()

Fetches distillation data from local storage for a given key.

Parameters:

  • key (string): The key for the specific data to fetch.