Library
Libraries are useful for creating snippets of codes that are being used in multiple UIs at the same time. These snippets of code can be called and updated anytime.
Creating Libraries
To create a new Library:
- Go to the UI Manager -> Library
- Click Create New Library
- Name your new Library and click Create
Attaching Libraries to UI
Attaching Libraries to UI is straighforward:
- Go to the UI you want the Libraries to be attached
- Under the UI Builder Controls window, under Scripts
- Under Libraries, click Add Library
- Check the Libraries you want to add and Click Update
Removing Libraries from UI
To remove a Library from the UI:
- Under the Builder Controls window, click the Add Library
-
Uncheck the Libraries you want to remove from the UI and click Update
Warning
Deleting or Renaming Libraries while being used/referenced by other UIs may break your scripts, make sure to remove all references before you remove your Library.
Adding and accessing Modules
To add and access Modules, Please visit Modules documentation.