cancel event will be raised
<div [dragula]='"fourth-bag"'></div>
<div [dragula]='"fourth-bag"'></div>
class SuchExample {
constructor(private dragulaService: DragulaService) {
dragulaService.setOptions('fourth-bag', {
revertOnSpill: true
});
}
}