ESP_EVENTS

ESP_EVENTS

Canonical event name strings for every CustomEvent in the library.

Use these instead of raw strings to catch typos at compile time:

el.addEventListener(ESP_EVENTS.VALUE_CHANGED, handler);

Where does this show?