Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/alloy_folk/deps.ts>cliffy.Checkbox#handleEvent

An application installer for restriced macOS
Go to Latest
method cliffy.Checkbox.prototype.handleEvent
import { cliffy } from "https://deno.land/x/alloy_folk@v1.1.1/deps.ts";
const { Checkbox } = cliffy;

Handle user input event.

Parameters

event: KeyCode

Key event.

Returns

Promise<void>