LightTable Api Documentation

Version: 0.8.1

lt.objs.notifos

Provide fns for displaying messages and spinner in bottom statusbar

done-working

(done-working)(done-working msg)
Hide working spinner with optional statusbar message

set-msg!

(set-msg! msg)(set-msg! msg opts)
Display message in bottom statusbar. Takes map of options with following keys:

* :class - css class for message. Use 'error' to display error message
* :timeout - Number of ms before message times out. Default is 10000 (10s)

working

(working)(working msg)
Display working spinner with optional statusbar message