Interface CloseOptions

interface CloseOptions {
    save?: boolean;
}

Properties

Properties

save?: boolean

if optional then a user will be prompted if undefined then close will be canceled if true then will be saved on close if false then won't be saved on close