@sibilance.is/client v0.1.0-alpha.4
@sibilance.is/client / react / SurveyToastProps
Interface: SurveyToastProps
Defined in: CmdPr/sibilance/client/src/components/SurveyToast.tsx:22
Toast props
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
message | string | Toast message | CmdPr/sibilance/client/src/components/SurveyToast.tsx:24 |
type? | ToastType | Toast type | CmdPr/sibilance/client/src/components/SurveyToast.tsx:27 |
duration? | number | Duration in milliseconds (0 = no auto-dismiss) | CmdPr/sibilance/client/src/components/SurveyToast.tsx:30 |
isOpen | boolean | Whether to show the toast | CmdPr/sibilance/client/src/components/SurveyToast.tsx:33 |
onClose | () => void | Close handler | CmdPr/sibilance/client/src/components/SurveyToast.tsx:36 |
className? | string | Custom className | CmdPr/sibilance/client/src/components/SurveyToast.tsx:39 |
zIndex? | number | Z-index for positioning | CmdPr/sibilance/client/src/components/SurveyToast.tsx:42 |