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

SetPositionOptions

interface SetPositionOptions {
scrollInView?: boolean;
source?: string;
}

§Properties

§
scrollInView?: boolean
[src]

カーソルが画面外に移動したとき、カーソルが見える位置までページをスクロールするかどうか

§
source?: string
[src]

カーソル移動イベントの発生箇所?

コード内だと、"mouse"が指定されていた場合があった。詳細は不明