
Experts,
Based on documentation, PCF components can be created in either javascript or typedscript.
However, I cannot find any sample or guidelines for create components in javascript; everything I have read so far using typedscript.
So I want to verify that,
Thanks a million!
It is possible to create PCF controls directly in javascript (also because all the PCF controls written in typescript get converted to javascript when they are bundled) but I don't think such examples exist. Using typescript you get the advantage of all the method definitions.