How to create a parameter type hint?

102 views Asked by At

I want to do this:

function onMyEvent(event)
{
    event.someProperty
}

This question is the same as Provide type hints to monaco editor, but answers are not what i looking for.

0

There are 0 answers