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

UpdateChange

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

既存の行を書き換える変更

interface UpdateChange {
_update: LineId;
lines: ChangeLine;
}

§Properties

§
_update: LineId
[src]

書き換える行のID

§

行の変更内容