Hey,
On my ComponentModelDelegate
I have methods annotated with ScriptCallable.
I can call these methods, no problem. But what do I need to do to get hints for those methods here?
Hey,
On my ComponentModelDelegate
I have methods annotated with ScriptCallable.
I can call these methods, no problem. But what do I need to do to get hints for those methods here?
You can't, unfortunately. We need to pipe in a way to do this; it's trickier than it seems at a glance because the autocomplete is happening in the designer, but your script callable methods only really exist on the gateway. Someday