Agents · Components
AgentScheduleForm
Form for creating or editing agent schedulesPublic export
typescript
import { AgentScheduleForm } from '@happyvertical/smrt-agents/svelte';- Import path
@happyvertical/smrt-agents/svelte- Props
- 6
- Props described
- 6 of 6
- Bindable state
- 0
- Callback events
- 2
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
initialDataPartial<ScheduleFormData>NoInitial form data (for editing)agentTypesstring[]NoAvailable agent typesonSubmit(data: ScheduleFormData) => voidNoSubmit callbackonCancel() => voidNoCancel callbackloadingbooleanNoLoading stateeditModebooleanNoEdit modeBindable state
This component has no bindable public state.
Callback events
onSubmit(data: ScheduleFormData) => voidonCancel() => void