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

HotKeyDebuggingInfo

import type { HotKeyDebuggingInfo } from "https://googleapis.deno.dev/v1/dataflow:v1b3.ts";

Information useful for debugging a hot key detection.

interface HotKeyDebuggingInfo {
detectedHotKeys?: {
[key: string]: HotKeyInfo;
}
;
}

§Properties

§
detectedHotKeys?: {
[key: string]: HotKeyInfo;
}
[src]

Debugging information for each detected hot key. Keyed by a hash of the key.