Interface

Adw-1AdwToastConstructorProps

interface ConstructorProps {
    action_name: string | null;
    action_target: GLib.Variant<any> | null;
    actionName: string | null;
    actionTarget: GLib.Variant<any> | null;
    button_label: string | null;
    buttonLabel: string | null;
    custom_title: Gtk.Widget | null;
    customTitle: Gtk.Widget | null;
    priority: Adw.ToastPriority;
    timeout: number;
    title: string | null;
    use_markup: boolean;
    useMarkup: boolean;
}

Hierarchy (View Summary)

Index

Properties

action_name: string | null
action_target: GLib.Variant<any> | null
actionName: string | null
actionTarget: GLib.Variant<any> | null
button_label: string | null
buttonLabel: string | null
custom_title: Gtk.Widget | null
customTitle: Gtk.Widget | null
priority: Adw.ToastPriority
timeout: number
title: string | null
use_markup: boolean
useMarkup: boolean