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

DeleteChange

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

既存の行を削除する変更

interface DeleteChange {
_delete: LineId;
lines: -1;
}

§Properties

§
_delete: LineId
[src]

削除する行のID

§
lines: -1
[src]

常に -1