Messages · Components
ForwardForm
No summary has been written for ForwardForm. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { ForwardForm } from '@happyvertical/smrt-messages/svelte';- Import path
@happyvertical/smrt-messages/svelte- Props
- 3
- Props described
- 3 of 3
- Bindable state
- 0
- Callback events
- 2
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
originalMessageMessageDataYesMessage to forward to recipients.onsend(to: RecipientEntry[], body: string) => voidNoCalled when user sends the forward.oncancel() => voidNoCalled when user cancels the forward.Bindable state
This component has no bindable public state.
Callback events
onsend(to: RecipientEntry[], body: string) => voidoncancel() => void