Interface SaveOptions

interface SaveOptions {
    formatType?: FormatType;
    saveReason?: SaveReason;
}

Properties

formatType?: FormatType

Formatting type to apply when saving.

saveReason?: SaveReason

The reason for saving the resource.