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

UseStatusBarResult

import type { UseStatusBarResult } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.1/browser/dom/mod.ts";
interface UseStatusBarResult {
dispose: () => void;
render: (...items: Item[]) => void;
}

§Properties

§
dispose: () => void
[src]

取得した.statusb-barの領域を削除する

§
render: (...items: Item[]) => void
[src]

取得した.status-barの領域に情報を表示する