You're viewing a single thread.
All Comments
15 comments
@odama626 when my brain goes in auto-mode, mine ends up like:
`// opens dialog window
openDialogWindow(){// set dialog config
const config = new DialogWindowConfig({...});// open window
dialogWindow.Open(config);
}`6 0 Replymrw the style guide requires documentation for every function
2 0 Reply
15 comments
Scroll to top