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

InputModeValue

import type { InputModeValue } from "https://raw.githubusercontent.com/deno-windowing/dwm/main/mod.ts";
type InputModeValue = "normal" | "hidden" | "disabled";

§Type

§
"normal" | "hidden" | "disabled"
[src]