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

Agents · Components

AgentScheduleList

List of scheduled agents

Public export

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

Props

NameTypeRequiredDescription
schedulesAgentScheduleData[]YesSchedules to display
loadingbooleanNoLoading state
showActionsbooleanNoShow actions column
onScheduleClick(schedule: AgentScheduleData) => voidNoCallback when schedule is clicked
onEnable(schedule: AgentScheduleData) => voidNoCallback when enable is clicked
onDisable(schedule: AgentScheduleData) => voidNoCallback when disable is clicked
onRunNow(schedule: AgentScheduleData) => voidNoCallback when run now is clicked
emptySnippetNoEmpty state snippet

Bindable state

This component has no bindable public state.

Callback events

  • onScheduleClick(schedule: AgentScheduleData) => void
  • onEnable(schedule: AgentScheduleData) => void
  • onDisable(schedule: AgentScheduleData) => void
  • onRunNow(schedule: AgentScheduleData) => void

Examples and explanation