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

Projects · Components

AssistanceLauncher

Open a contextual support or development conversation

Public export

typescript
import { AssistanceLauncher } from '@happyvertical/smrt-projects/svelte';
Import path
@happyvertical/smrt-projects/svelte
Props
5
Props described
5 of 5
Bindable state
0
Callback events
1
Verified release
0.44.0

Props

NameTypeRequiredDescription
requesterIdstringYesIdentifier of the user submitting the assistance request.
applicationContextRecord<string, unknown>NoAdditional context data about the application.
evidenceDevelopmentRequestEvidence[]NoEvidence supporting the assistance request.
disabledbooleanNoBlocks interaction with the form controls.
onsubmit(value: ManagedAssistanceRequestInput) => void | Promise<void>NoInvoked when the user submits the form.

Bindable state

This component has no bindable public state.

Callback events

  • onsubmit(value: ManagedAssistanceRequestInput) => void | Promise<void>

Examples and explanation