From 296d5c451575e5c977127403081c46bcfed80274 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Thu, 26 Mar 2015 18:59:24 +0800 Subject: [PATCH] :memo: Add document for workspace visible APIs. --- docs/api/browser-window.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/api/browser-window.md b/docs/api/browser-window.md index a8456b5767de..f9386406841a 100644 --- a/docs/api/browser-window.md +++ b/docs/api/browser-window.md @@ -586,6 +586,20 @@ can still bring up the menu bar by pressing the single `Alt` key. Returns whether the menu bar is visible. +### BrowserWindow.setVisibleOnAllWorkspaces(visible) + +* `visible` Boolean + +Sets whether the window should be visible on all workspaces. + +**Note:** This API is only available on Mac/Linux. + +### BrowserWindow.isVisibleOnAllWorkspaces() + +Returns whether the window is visible on all workspaces. + +**Note:** This API is only available on Mac/Linux. + ## Class: WebContents A `WebContents` is responsible for rendering and controlling a web page.