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.14.1/browser/dom/mod.ts";
interface OpenOptions {
body?: string;
id?: string;
newTab?: boolean;
reload?: boolean;
}

§Properties

§
body?: string
[src]

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

§
id?: string
[src]

line id

§
newTab?: boolean
[src]

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

§
reload?: boolean
[src]

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