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

Usage

import * as mod from "https://scrapbox.io/api/code/Mijinko/Deno_Doc/mod.ts";

§Variables

useEditBar

.edit-barの一区画を取得し、各種操作函数を返す

§Interfaces

UseEditBarResult

§Type Aliases

Item

ボタンの情報を格納しておくための型。こっちは汎用的に使う。

ItemIcon

CSSでボタンの中身を表示するタイプのボタンの情報を格納しておくための型

ItemText

テキストでボタンの中身を表示するタイプのボタンの情報を格納しておくための型