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

OpenOptions

import type { OpenOptions } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
interface OpenOptions {
body?: string;
context?: Omit<PageTransitionContext, "to">;
id?: string;
newTab?: boolean;
reload?: boolean;
}

§Properties

§
body?: string
[src]

ページに追記するテキスト

§
context?: Omit<PageTransitionContext, "to">
[src]

リンク先へスクロールする機能を使うために必要な情報

§
id?: string
[src]

line id

§
newTab?: boolean
[src]

新しいタブで開くかどうか

§
reload?: boolean
[src]

同じタブでページを開く場合、ページを再読込するかどうか