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

goChar

import { goChar } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/browser/dom/mod.ts";

任意の文字に移動する

クリックで移動できない文字に移動しようとすると失敗するので注意

async function goChar(line: string | number | HTMLElement, pos: number);
§
goChar(line: string | number | HTMLElement, pos: number)
[src]

§Parameters

§
line: string | number | HTMLElement
[src]

移動したい文字がある行

§
pos: number
[src]

移動したい文字の列