Interface

Gtk-3.0GtkMountOperationConstructorProps

interface ConstructorProps {
    anonymous: boolean;
    choice: number;
    domain: string;
    is_showing: boolean;
    is_tcrypt_hidden_volume: boolean;
    is_tcrypt_system_volume: boolean;
    isShowing: boolean;
    isTcryptHiddenVolume: boolean;
    isTcryptSystemVolume: boolean;
    parent: Gtk.Window;
    password: string;
    password_save: Gio.PasswordSave;
    passwordSave: Gio.PasswordSave;
    pim: number;
    screen: Gdk.Screen;
    username: string;
}

Hierarchy (View Summary)

Index

Properties

is_showing: boolean
isShowing: boolean
parent: Gtk.Window
screen: Gdk.Screen

Properties - Inherited from Gio

anonymous: boolean
choice: number
domain: string
is_tcrypt_hidden_volume: boolean
is_tcrypt_system_volume: boolean
isTcryptHiddenVolume: boolean
isTcryptSystemVolume: boolean
password: string
password_save: Gio.PasswordSave
passwordSave: Gio.PasswordSave
pim: number
username: string