Instance Methods
updateOptions
ts
// Updates the configuration of the instance
updateOptions(options: Partial<Omit<GanttOptions, 'el'>>): voiddestroy
ts
// Destroy the instance, clean up all event listeners and resources
destroy(): voidon
ts
// Binds instance events, which are currently available for the instance can be found in the documentation [Events](/en/api/constructor-on)
on(...rest: any): voidRefer to the on method of eventemitter3
off
ts
// Cancel event binding
off(...rest: any): voidRefer to the off method of eventemitter3