diff --git a/docs/Atom.html b/docs/Atom.html index e779ee047..b54a7e75d 100644 --- a/docs/Atom.html +++ b/docs/Atom.html @@ -1,6 +1,7 @@ --- layout: docs title: Atom +edit_url: "https://github.com/nylas/N1/blob/master/src/atom.coffee" ---
Invoke the given callback whenever beep is called.
- + - + |
-
+
Function to be called whenever there is an unhandled error - + |
-
+
Function to be called whenever there is an unhandled error - + |
-
+
The Number of pixels. - + |
-
+
The Number of pixels. - + |
Transition and set the size of the current window.
-
+
The Number of pixels. - + |
-
+
The Number of pixels. - + |
-
+
The Number of pixels. - + |
Get the position of current window.
-
+
The Number of pixels. - + |
-
+
The Number of pixels. - + |
Move current window to the center of the screen.
Focus the current window.
Show the current window.
Hide the current window.
Reload the current window.
The windowProps passed when creating the window via newWindow
.
If your package declares hot-loaded window types, onWindowPropsReceived
fires when your hot-loaded window is about to be shown so you can update
@@ -466,67 +467,67 @@ title: Atom
Is the current window maximized?
Is the current window in full screen mode?
Set the full screen state of the current window.
Toggle the full screen state of the current window.
Visually and audibly trigger a beep.
A flexible way to open a dialog akin to an alert dialog.
-
+
An Object with the following keys: - + |
-
+
An Object with the following keys: - + |
Runs the given command by spawning a new child process.
-
+
An Object with the following keys: - + |
Will call your callback when an error will be raised by the process. Usually this is due to the command not being available or not on the PATH. @@ -61,7 +62,7 @@ Node's ChildProcess.
that you have handled this error.
-
+
Function callback - + |
-
+
The String to store. - + |
-
+
The additional info to associate with the text. - + |
Read the text from the clipboard.
-
+
A String such as |
Returns a String in the form |
Add one or more command listeners associated with a selector.
-
+
An Object containing one or more of the following keys: - + |
-
+
The DOM node at which to start bubbling the command event. - + |
-
+
String indicating the name of the command to dispatch. - + |
Register a new component with the Component Registry.
Typically, packages call this method from their main activate
method
@@ -33,7 +34,7 @@ to dynamically render components registered with the ComponentRegistry.
This method is chainable.
-
+
Object A React Component with a |
-
+
Object: Note that for advanced use cases, you can also pass ( |
Retrieve the registry entry for a given name.
-
+
The String name of the registered component to retrieve. - + |
-
+
An Object that specifies set of components using the available keys below. Note that for advanced use cases, you can also pass ( |
Returns an Array of React.Component objects |
Add a listener for changes to a given key path. This is different than onDidChange in that it will immediately call your callback with the @@ -239,7 +240,7 @@ you do not need to specify a title or description!
-
+
String name of the key to observe - + |
- + - + |
-
+
Function to call when the value of the key changes. - + |
Optional
String name of the key to observe. Must be specified if |
Optional - + |
-
+
Function to call when the value of the key changes. - + |
-
+
The String name of the key to retrieve. - + |
Optional - + |
-
+
The String name of the key to retrieve - + |
Optional - + |
-
+
The String name of the key. - + |
-
+
The value of the setting. Passing |
Optional - + |
-
+
The String name of the key. - + |
Optional - + |
Retrieve the schema for a specific key path. The schema will tell you what type the keyPath expects, and other metadata about the config option.
-
+
The String name of the key. - + |
-
+
Function to execute while suppressing calls to handlers. - + |
Create a ScopeDescriptor object.
- + - + |
Invoke callback
for all current and future style elements.
-
+
Function that is called with style elements. - + |
-
+
Function that is called with style elements. - + |
-
+
Function that is called with style elements. - + |
-
+
Function that is called with style elements. - + |
Returns a String. |
Invoke callback
when style sheet changes associated with
updating the list of active themes have completed.
- + - + |
Get an array of all the loaded theme names.
Get an array of all the loaded themes.
Get an array of all the active theme names.
Get an array of all the active themes.
Get the enabled theme names from the config.
Returns an array of theme names in the order that they should be activated. |