SpreadJS Documentation
onUnbind Method
GC.Spread.Sheets.StatusBar Namespace > StatusItem type : onUnbind Method
Unbind the Context. Can override to remove context related event listener.
Syntax
var instance = new GC.Spread.Sheets.StatusBar.StatusItem(name, options);
var value; // Type: any
value = instance.onUnbind();
function onUnbind() : any;
Example
LabelItem.prototype.onUnbind = function () {
  // remove event listener related to context.
}
See Also

Reference

StatusItem type