How to create a parameter type hint?

87 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 best solutions below