@Command([OpenDocument]; “1”);@Command([OpenDocument]; 1);
@Command([OpenDocument]; true);
I just want to know the the second param should be string or number or Boolean?(it is working for all 1,“1”,true)
why it is allowing all data types(we should have our code uniformly so that our compile will be fast and efficient).
kindly let me know asap