aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/window/dialogarguments/index.html
blob: 11a5f9b302e1af787a0d3f89002ab44cb0c493ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
title: window.dialogArguments
slug: Web/API/Window/dialogArguments
tags:
  - DOM
  - Dialogs
  - Reference
  - Window
translation_of: Web/API/Window/dialogArguments
---
<p>{{APIRef}}</p>

<h2 id="Summary" name="Summary">概要</h2>

<p><code>dialogArguments</code> プロパティは、 {{domxref("window.showModalDialog()")}} メソッドに渡されたパラメータを返します。モーダルダイアログボックスの作成時に、引数にどのようなパラメータが指定されたを判断することができます。</p>

<h2 id="Syntax" name="Syntax">構文</h2>

<pre class="syntaxbox"><var>value</var> = window.dialogArguments;</pre>