docs: rename duplicated interface (#23362)
This commit is contained in:
parent
8d0a612265
commit
096c799e24
4 changed files with 6 additions and 6 deletions
|
@ -1,4 +0,0 @@
|
||||||
# NewWindowEvent Object extends `Event`
|
|
||||||
|
|
||||||
* `newGuest` BrowserWindow (optional)
|
|
||||||
|
|
4
docs/api/structures/new-window-web-contents-event.md
Normal file
4
docs/api/structures/new-window-web-contents-event.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
# NewWindowWebContentsEvent Object extends `Event`
|
||||||
|
|
||||||
|
* `newGuest` BrowserWindow (optional)
|
||||||
|
|
|
@ -138,7 +138,7 @@ Emitted when page receives favicon urls.
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
|
|
||||||
* `event` NewWindowEvent
|
* `event` NewWindowWebContentsEvent
|
||||||
* `url` String
|
* `url` String
|
||||||
* `frameName` String
|
* `frameName` String
|
||||||
* `disposition` String - Can be `default`, `foreground-tab`, `background-tab`,
|
* `disposition` String - Can be `default`, `foreground-tab`, `background-tab`,
|
||||||
|
|
|
@ -100,7 +100,7 @@ auto_filenames = {
|
||||||
"docs/api/structures/mime-typed-buffer.md",
|
"docs/api/structures/mime-typed-buffer.md",
|
||||||
"docs/api/structures/mouse-input-event.md",
|
"docs/api/structures/mouse-input-event.md",
|
||||||
"docs/api/structures/mouse-wheel-input-event.md",
|
"docs/api/structures/mouse-wheel-input-event.md",
|
||||||
"docs/api/structures/new-window-event.md",
|
"docs/api/structures/new-window-web-contents-event.md",
|
||||||
"docs/api/structures/notification-action.md",
|
"docs/api/structures/notification-action.md",
|
||||||
"docs/api/structures/point.md",
|
"docs/api/structures/point.md",
|
||||||
"docs/api/structures/post-body.md",
|
"docs/api/structures/post-body.md",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue