add a hidebutton to the nodes buttons
remove the "hidden" attribute from the node model. It is the view which controls the hidden nodes with a array of Hidden Nodes
define([], function ($, _) {
'use strict';
return {
getUtils: function(){
return window.Rkns.Utils;
},
getRenderer: function(){
return window.Rkns.Renderer;
}
};
});