Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Input.ImeSetCompositionRequest

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Input.ImeSetCompositionRequest
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { ImeSetCompositionRequest } = Protocol.Input;

Properties

text: string

The text to insert

selectionStart: integer

selection start

selectionEnd: integer

selection end

optional
replacementStart: integer

replacement start

optional
replacementEnd: integer

replacement end