Glossary coding Term Page

CustomEvent

a user-defined event that carries extra data in its `detail` property

customevent #coding#javascript
Korean version

Related Concepts

Core Idea

CustomEvent is a user-defined event that carries extra data in its detail property. It usually makes the most sense alongside Component, Component factory, Root scope.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept