Skip to content

@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

PropertyTypeDescriptionDefined in
messagestringToast messageCmdPr/sibilance/client/src/components/SurveyToast.tsx:24
type?ToastTypeToast typeCmdPr/sibilance/client/src/components/SurveyToast.tsx:27
duration?numberDuration in milliseconds (0 = no auto-dismiss)CmdPr/sibilance/client/src/components/SurveyToast.tsx:30
isOpenbooleanWhether to show the toastCmdPr/sibilance/client/src/components/SurveyToast.tsx:33
onClose() => voidClose handlerCmdPr/sibilance/client/src/components/SurveyToast.tsx:36
className?stringCustom classNameCmdPr/sibilance/client/src/components/SurveyToast.tsx:39
zIndex?numberZ-index for positioningCmdPr/sibilance/client/src/components/SurveyToast.tsx:42