Private
constructorReadonly
canReturns true if tabbed windows are available (Mac only)
Readonly
isIs the action list side panel is visible.
Readonly
isIs the draft list side panel is visible.
Array of the drafts currently selected by the user in the draft list. Can be iterated to create custom actions which operate on the selection.
If able, open the requested draft in a new tab in the current window. This method only functions on Mac. The ability to open new tabs is not available on iPhone or iPad.
true
if successful. false
if unable to open a new tab.
Open the "Get Info" view for a draft. If no draft is passed, the current active draft in the editor will be used.
Optional
draft: DraftGenerated using TypeDoc
Access
Window
properties and functions through thecurrentWindow
property of the globalapp
object.