GitHub

Dispatch Event

The Dispatch Event action is used to dispatch an event.

Try it out

API Reference

proptypedefaultdescription
packagetyping.Literal['flect']flectNone
title<class 'str'>NoneThe title of the notification.
descriptiontyping.Optional[str]NoneThe description of the notification.
positiontyping.Optional[typing.Literal['top-left', 'top-right', 'bottom-left', 'bottom-right', 'top-center', 'bottom-center']]NonePosition of the toast.
styletyping.Optional[typing.Literal['normal', 'action', 'success', 'info', 'warning', 'error', 'loading', 'default']]NoneType of the toast.