Interface CloseOptions

interface CloseOptions {
    shouldSave?(): MaybePromise<undefined | boolean>;
}

Methods

Methods