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

AppProps

import type { AppProps } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.2.1/App.tsx";
interface AppProps {
delay: number;
expired: number;
scrollTargets: (
| "title"
| "link"
| "hashtag"
| "lineId"
)
[]
;
whiteList: string[];
}

§Properties

§
delay: number
[src]

hoverしてからbubbleを表示するまでのタイムラグ

§
expired: number
[src]

cacheの有効期間

§
scrollTargets: (
| "title"
| "link"
| "hashtag"
| "lineId"
)
[]
[src]

リンク先へスクロールする機能を有効にする対象

link: []で囲まれたリンク hashtag: ハッシュタグ lineId: 行リンク

§
whiteList: string[]
[src]

透過的に扱うprojectのリスト