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

scrapboxAlert

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

アラートを表示するよ!

async function scrapboxAlert(
mode?: AlertMode,
title?: string,
description?: string,
defaultInputValue?: string,
): Promise<AlertAnswer>;
§
scrapboxAlert(mode?: AlertMode, title?: string, description?: string, defaultInputValue?: string): Promise<AlertAnswer>
[src]

§Parameters

§
mode?: AlertMode optional
[src]
§
title?: string optional
[src]
§
description?: string optional
[src]
§
defaultInputValue?: string optional
[src]

§Return Type