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

PageTransitionContextQuery

import type { PageTransitionContextQuery } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";

全文検索結果から別のページに遷移するときの状態を表す

interface PageTransitionContextQuery {
query: string;
to: Link;
type: "search";
}

§Properties

§
query: string
[src]

全文検索での検索語句

§

遷移先ページのリンク

§
type: "search"
[src]