Skip to content

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.

Released under the MPL-2.0 License.