Projects · Components
BulkActions
Props for BulkActions componentPublic export
typescript
import { BulkActions } from '@happyvertical/smrt-projects/svelte';- Import path
@happyvertical/smrt-projects/svelte- Props
- 7
- Props described
- 7 of 7
- Bindable state
- 0
- Callback events
- 5
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
selectedCountnumberYesNumber of selected items. Component is hidden when count is zero.onapprove() => voidNoInvoked when approving all selected items.onreject() => voidNoInvoked when rejecting all selected items.ondelete() => voidNoInvoked when deleting all selected items.onexport() => voidNoInvoked when exporting selected items.onclear() => voidNoInvoked when clearing all selections.loadingbooleanNoDisables all action buttons during processing.Bindable state
This component has no bindable public state.
Callback events
onapprove() => voidonreject() => voidondelete() => voidonexport() => voidonclear() => void