Contextual Events - Mura Docs v6

Contextual Events

Contextual events are fired only in response to other events - they are only fired when needed.

It is important to note that contextual events only contain data that is directly supplied to it by the Mura core. If you need to access to main Mura front end or Admin event you can access it with the Mura Scope object:

globalEvent = $.getGlobalEvent();