Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method CustomEventInternals.AbstractEvent.prototype.appendData
import { CustomEventInternals } from "https://deno.land/x/remapper@2.1.0/src/custom_event.ts";
const { AbstractEvent } = CustomEventInternals;

Add properties to the data.

Parameters

data: Record<string, any>