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

Bind

import type { Bind } from "https://gist.githubusercontent.com/MindfulMinun/80ac136be45a5eb0fd2d0793da27ebb9/raw/sugarrush.ts";
interface Bind {
arg: string;
catch_all: boolean;
dispatcher: string;
key: string;
keycode: number;
locked: boolean;
modmask: number;
mouse: boolean;
non_consuming: boolean;
release: boolean;
repeat: boolean;
submap: string;
}

§Properties

§
arg: string
[src]
§
catch_all: boolean
[src]
§
dispatcher: string
[src]
§
key: string
[src]
§
keycode: number
[src]
§
locked: boolean
[src]
§
modmask: number
[src]
§
mouse: boolean
[src]
§
non_consuming: boolean
[src]
§
release: boolean
[src]
§
repeat: boolean
[src]
§
submap: string
[src]