Gtk.SpinButton.prototype.get_increments

function get_increments():void {
    // Gjs wrapper for gtk_spin_button_get_increments()
}

Gets the current step and page the increments used by spin_button. See Gtk.set_increments.