Interface SongAutoSave

Options available for Song#autoSave.

These properties are not used within nbs.js for anything other than storage.

They only exist as data fields to work with other applications that implement functionality.

interface SongAutoSave {
    enabled: boolean;
    interval: number;
}

Properties

Properties

enabled: boolean

Whether auto-saving has been enabled.

interval: number

Number of minutes between each auto-save.

Ranges from 1 to 60.