Skip to main content
Module

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

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

When dispatched in a tree, invoking this method prevents event from reaching any objects other than the current object.