You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jeremy L edited this page Jun 15, 2022
·
1 revision
VScript Integration
When Panorama is enabled, a new SendToPanorama function is added to the
VScript API. This functions takes two parameters, the name of an event and an
additional value to be sent to JavaScript (currently only strings are
supported), and dispatches a global Panorama event with the given name and
argument.
Usage Example
First the event needs to be defined in eventdefinition.js: