interface IOptions {
    fileName: string;
    isDirty: boolean;
}

Properties

Properties

fileName: string

The name of the file to be closed.

isDirty: boolean

Whether the file has unsaved changes.