Widget Hooks
Dashboard widget state and data hooks
Hooks for dashboard widgets and data cards.
Package
@tetherto/mdk-react-devkit
Hooks
useContainerThresholds
Hook that reads and updates the temperature/pressure/power thresholds for a single container.
({ data, onSave, }: UseContainerThresholdsProps) => UseContainerThresholdsReturnuseFinancialDateRange
Resolves the active financial date range (start/end) used by every reporting-section query.
(options?: UseFinancialDateRangeOptions | undefined) => UseFinancialDateRangeResult