Interface SaveAsOptions

interface SaveAsOptions {
    formatType?: FormatType;
    saveReason?: SaveReason;
    target: URI;
}

Hierarchy (view full)

Properties

formatType?: FormatType

Formatting type to apply when saving.

saveReason?: SaveReason

The reason for saving the resource.

target: URI