API Reference / @gtkx/components / ToastOptions
Type Alias: ToastOptions
ToastOptions =
Adw.ToastConstructorProps&Pick<AdwToastProps,"onButtonClicked"|"onDismissed">
Defined in: types.d.ts:224
Describes a toast raised through useToast: the construct-time properties of an Adw.Toast plus its button-clicked and dismissed handlers.