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

AlertAnswer

import type { AlertAnswer } from "https://raw.githubusercontent.com/MijinkoSD/input-dialog-userscript/main/scrapboxAlert.ts";

アラート内でユーザーが行ったことを格納する型

interface AlertAnswer {
button: AnswerButton;
inputValue?: string;
}

§Properties

§
inputValue?: string
[src]