Select to view content in your preferred language

How to access the api outside of the require function

458
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
Emerging Contributor

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