Skip to content

API Reference / @gtkx/components / adw / ToastOptions

Type Alias: ToastOptions

ToastOptions = Adw.ToastConstructorProps & Pick<AdwToastProps, "onButtonClicked" | "onDismissed">

Defined in: adw/types.d.ts:8

Describes a toast raised through useToast: the construct-time properties of an Adw.Toast plus its button-clicked and dismissed handlers.

Released under the MPL-2.0 License.