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

InsertChange

import type { InsertChange } from "https://raw.githubusercontent.com/takker99/scrapbox-url-customizer/0.2.2/deps/scrapbox-rest.ts";

行を新規作成する変更

interface InsertChange {
_insert: LineId;
lines: NewLine;
}

§Properties

§
_insert: LineId
[src]

このIDが示す行の上に挿入する

末尾に挿入するときは"_end"を指定する

§

挿入する行のデータ