Commerce · Components
InvoiceActions
Props for InvoiceActions componentPublic export
typescript
import { InvoiceActions } from '@happyvertical/smrt-commerce/svelte';- Import path
@happyvertical/smrt-commerce/svelte- Props
- 9
- Props described
- 9 of 9
- Bindable state
- 0
- Callback events
- 6
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
statusInvoiceStatusYesCurrent invoice statusloadingbooleanNoLoading stateonsend() => voidNoCalled when send is clickedonmarkpaid() => voidNoCalled when mark paid is clickedonedit() => voidNoCalled when edit is clickedondelete() => voidNoCalled when delete is clickedonprint() => voidNoCalled when print is clickedonexport() => voidNoCalled when export/download is clickedsize'sm' | 'md'NoSize variantBindable state
This component has no bindable public state.
Callback events
onsend() => voidonmarkpaid() => voidonedit() => voidondelete() => voidonprint() => voidonexport() => void