Skip to main content
Module

x/netzo/deno.d.ts>Event#stopImmediatePropagation

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method Event.prototype.stopImmediatePropagation
import { Event } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";

Invoking this method prevents event from reaching any registered event listeners after the current one finishes running and, when dispatched in a tree, also prevents event from reaching any other objects.