I’m using DHTMLX in LWC.
According to documentation in order to customize event, I need to write my own template(html) for event. Do you support adding LWC component inside my custom html?
For example use  inside my template?
Can I add LWC component instead of
 this.scheduler.templates.event_bar_text  = function(start, end, event) {
         return `<div class="event-container"> <span class="event-text">${event.text}</span></div>}