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.9.6/mod.tsx";
interface AppProps {
delay: number;
style: URL | string;
watchList: Set<ProjectId>;
whiteList: Set<string>;
}

§Properties

§
delay: number
[src]

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

§
style: URL | string
[src]

カスタムCSS

URL or URL文字列の場合は、CSSファイルへのURLだとみなしてで読み込む それ以外の場合は、インラインCSSとしてで読み込む

§
watchList: Set<ProjectId>
[src]

watch list

§
whiteList: Set<string>
[src]

透過的に扱うprojectのリスト