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

eventName

import type { eventName } from "https://raw.githubusercontent.com/scrapbox-jp/types/0.3.3/userscript.ts";

built-in UserScript events

Event Description
lines:changed 今開いているページの文章が変更された
page:changed 別のページに遷移した
layout:changed 別の種類のページに遷移した
project:changed 別のprojectに遷移した
type eventName =
| "lines:changed"
| "page:changed"
| "layout:changed"
| "project:changed";

§Type

§
"lines:changed" | "page:changed" | "layout:changed" | "project:changed"
[src]