Interface

Shell-18ShellMountOperationConstructorProps

interface ConstructorProps {
    anonymous: boolean;
    choice: number;
    domain: string | null;
    is_tcrypt_hidden_volume: boolean;
    is_tcrypt_system_volume: boolean;
    isTcryptHiddenVolume: boolean;
    isTcryptSystemVolume: boolean;
    password: string | null;
    password_save: Gio.PasswordSave;
    passwordSave: Gio.PasswordSave;
    pim: number;
    username: string | null;
}

Hierarchy (View Summary)

Index

Properties - Inherited from Gio.MountOperation.ConstructorProps

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