Skip to Content
🎉 Coral now has an MCP Server, check out the docs
DocumentationMoleculesEnergyOverviewComponentsEnergyOverviewViewType

EnergyOverviewViewType

Sub-component of the EnergyOverview molecule.

Props

NameTypeDefault
onChange(event: SyntheticEvent<HTMLButtonElement, Event>, value: EnergyOverviewViewTypes) => void

Callback fired when the view type is changed.

  • event The event source of the callback. Warning: This is a generic event not a change event.
  • value The new value of the view type.
Last updated on