STofone

Results 13 comments of STofone

It will be great beneficial because it can make import any UI component library possible.

```javascript fakeChat( url = "", data = null, successCallback, failCallback = function (e) { console.log(e); }, id = null ) { let json; if (id === null) { id =...

官网例子修改一下,重新渲染前需要调用destroy

> 请教一下,Contextmenu.destroy() 怎么使用。 graph.destroy()的时候会调用 getPluginInstance后调用也可以

> > 官网例子修改一下,重新渲染前需要调用destroy > > 具体描述下如何修改呢 我本地是vue ```javascript onUnmounted(() => { graph.destroy(); }); ``` 能解决,看官网示例是怎么实现的了

@RBerga06 I'm already using this way。 But It become so complicated when the generic class has multiple generics

When will this requirement be planned? I think this is one of the foundations of the new theme. @kagol

> i guess since it doesn't know what overload you want, it just picks one for the completions. i agree this isn't ideal and it should just merge the completions...