$global
$global is an object for referencing the global functions you created. You can use global functions that are managed within your application. Example) const result = await $global.myFunction()
$global is an object for referencing the global functions you created. You can use global functions that are managed within your application. Example) const result = await $global.myFunction()