nbs.js - v6.1.0
    Preparing search index...

    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;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Whether auto-saving has been enabled.

    interval: number

    Number of minutes between each auto-save.

    Ranges from 1 to 60.