Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CustomEvents

import type { CustomEvents } from "https://aws-api.deno.dev/v0.4/services/rum.ts?docs=full";

A structure that contains information about custom events for this app monitor.

interface CustomEvents {
Status?: CustomEventsStatus | null;
}

§Properties

§
Status?: CustomEventsStatus | null
[src]

Specifies whether this app monitor allows the web client to define and send custom events. The default is for custom events to be DISABLED.