Global States

The MSG_EMITTER provides a simple and functional interface for our program to show User-friendly information on the UI. Therefore, it is instentiated as a global variable and shared across instances of C0VM.ts applications.

NameTypeExplanation

MSG_EMITTER

MessageEmitter

A global message emitter that pops up notification to users when being called.

Last updated