onBeforeDelete of ui.comments, Events Webix Docs
fires before a comment is deleted
void onBeforeDelete();
Example
$$("comments").attachEvent("onBeforeDelete",function(id){
const comment = this.getItem(id);
});
See also
onBeforeDelete of ui.comments, Events Webix Docs
fires before a comment is deleted
void onBeforeDelete();
$$("comments").attachEvent("onBeforeDelete",function(id){
const comment = this.getItem(id);
});
See also