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

MountInit

import type { MountInit } from "https://raw.githubusercontent.com/takker99/ScrapBubble/0.9.6/mod.tsx";
interface MountInit extends Partial<Omit<AppProps, "whiteList" | "watchList">> {
debug?: boolean | Iterable<string>;
watchList?: Iterable<ProjectId>;
whiteList?: Iterable<string>;
}

§Extends

§
Partial<Omit<AppProps, "whiteList" | "watchList">>
[src]

§Properties

§
debug?: boolean | Iterable<string>
[src]

debug用有効化フラグ

§
watchList?: Iterable<ProjectId>
[src]

watch list

§
whiteList?: Iterable<string>
[src]

透過的に扱うprojectのリスト