--- layout: docs title: WorkspaceStore edit_url: "https://github.com/nylas/N1/blob/master/src/flux/stores/workspace-store.coffee" ---
The WorkspaceStore manages Sheets and layout modes in the application. Observing the WorkspaceStore makes it easy to monitor the sheet stack. To learn more about sheets and layout in N1, see the Interface Concepts documentation.
Return Values |
---|
Returns The top {Sheet} in the current stack. Use this method to determine the sheet the user is looking at. |
Return Values |
---|
Returns The {Sheet} at the root of the current stack. |
Return Values |
---|
Returns an {Array |
Return Values |
---|
Returns an Array of locations that have been hidden. |
Return Values |
---|
Returns a Boolean indicating whether the location provided is hidden. You should provide one of the WorkspaceStore.Location constant values. |