How to access the api outside of the require function

382
1
06-12-2021 03:37 AM
BobMolnar
New Contributor

How do you access the api to create new objects from a function that is outside of the api

0 Kudos
1 Reply
ShaolinShowdown
New Contributor II

How you will ensure asynchronous loads then?

Function can migrate under require section or wrap your function in require  section (less preferable way).

 

0 Kudos