interface dom.MSInputMethodContext
implements EventTarget
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { MSInputMethodContext } = dom;
Properties
oncandidatewindowhide: ((this: MSInputMethodContext, ev: Event) => any) | null
oncandidatewindowshow: ((this: MSInputMethodContext, ev: Event) => any) | null
oncandidatewindowupdate: ((this: MSInputMethodContext, ev: Event) => any) | null
readonly
target: HTMLElementMethods
getCandidateWindowClientRect(): ClientRect
addEventListener<K extends keyof MSInputMethodContextEventMap>(): void
type: K,
listener: (this: MSInputMethodContext, ev: MSInputMethodContextEventMap[K]) => any,
options?: boolean | AddEventListenerOptions,
addEventListener(): void
type: string,
listener: EventListenerOrEventListenerObject,
options?: boolean | AddEventListenerOptions,
removeEventListener<K extends keyof MSInputMethodContextEventMap>(): void
type: K,
listener: (this: MSInputMethodContext, ev: MSInputMethodContextEventMap[K]) => any,
options?: boolean | EventListenerOptions,