s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All UI components

Jobs · Components

JobStats

Statistics dashboard for job queues

Public export

typescript
import { JobStats } from '@happyvertical/smrt-jobs/svelte';
Import path
@happyvertical/smrt-jobs/svelte
Props
4
Props described
4 of 4
Bindable state
0
Callback events
0
Verified release
0.44.0

Props

NameTypeRequiredDescription
statsJobStatsYesStatistics data
queuesQueueStats[]NoQueue breakdown
loadingbooleanNoLoading state
compactbooleanNoCompact mode

Bindable state

This component has no bindable public state.

Callback events

This component declares no callback event props.

Examples and explanation