You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
With atom/atom#5165 and atom/atom#5277 merged, we should have a method of documenting services provided akin to events.
I'm thinking something along the lines of:
## Service `status-bar` v0.57.0### `consumeStatusBar`
Essential: Provides a reference to the status bar to the consuming package.
*`statusBar` Status bar {Object}
*`addLeftTile` A {Function} for adding a tile to the left side of the status bar
*`addRightTile` A {Function} for adding a tile to the right side of the status bar
*`getLeftTiles` A {Function} for getting the list of tiles on the left.
*`getRightTiles` A {Function} for getting the list of tiles on the right.