An open API service indexing awesome lists of open source software.

https://github.com/tools4ever-nim/nim-library-helperfunctions

Javascript functions to assistance with NIM Provisioning
https://github.com/tools4ever-nim/nim-library-helperfunctions

library

Last synced: 4 months ago
JSON representation

Javascript functions to assistance with NIM Provisioning

Awesome Lists containing this project

README

          

# NIM-Library-HelperFunctions

# Using Javascript Class in NIM
- Create Global Javascript variable
- Add Class to Javascript Code
![image](https://github.com/Tools4ever-NIM/NIM-LIB-HelperFunctions/assets/24281600/5cce9618-a727-40d9-915e-2905bf2082f7)

- Open a filter and create script column
- Below sample of the code you can use to access the class if the variable name was "T4ELib"

```
let lib = variableGetValue('T4ELib');
return lib.cleanName("My Test string here");
```