Skip to content

Commit

Permalink
2024/07/25 時点の英語版に基づき新規翻訳
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Sep 12, 2024
1 parent c9657aa commit 39b21c7
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions files/ja/web/api/pagerevealevent/pagerevealevent/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "PageRevealEvent: PageRevealEvent() コンストラクター"
short-title: PageRevealEvent()
slug: Web/API/PageRevealEvent/PageRevealEvent
l10n:
sourceCommit: cd809f324e890917837ebe5194c934543d4a5464
---

{{APIRef("HTML DOM")}}{{SeeCompatTable}}

**`PageRevealEvent()`** コンストラクターは、新しい {{domxref("PageRevealEvent")}} オブジェクトインスタンスを作成します。

## 構文

```js-nolint
new PageRevealEvent(type, init)
```

### 引数

- `type`
- : イベントの種類の表す文字列。 `PageRevealEvent` の場合は、常に `pagereveal` です。
- `init`
- : 以下のプロパティを持つオブジェクト。
- `viewTransition` {{optional_inline}}
- : {{domxref("ViewTransition")}} オブジェクトで、関連するナビゲーションにおけるアクティブなビュー遷移を表します。アクティブなビュー遷移がない場合は、既定で `null` となります。

##

開発者はこのコンストラクターを手動で使用することはありません。 {{domxref("Window.pagereveal_event", "pagereveal")}} イベントが発生した結果としてハンドラーが呼び出されたときに、新しい `PageRevealEvent` オブジェクトが構築されます。

## 仕様書

{{Specifications}}

## ブラウザーの互換性

{{Compat}}

## 関連情報

- [ビュー遷移 API](/ja/docs/Web/API/View_Transitions_API)

0 comments on commit 39b21c7

Please sign in to comment.