// Allows the event to be dispatched upstream to the node's containers.
// Allows the event to traverse the shadowDOM event capture.
// Allows the event to be canceled.
// Allows customizing the event builder, ideal for event instance-based communication.
base?: Event | CustomEvent;