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://scrapbox.io/api/code/Mijinko/input-dialog-userscript@1.0.0/scrapboxAlert.ts";

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

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

§Properties

§
inputValue?: string
[src]