Interface

Adw-1AdwToastConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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