Skip to content
jigish edited this page Feb 24, 2013 · 4 revisions

Events are used to execute functions when certain events happen. This page describes them in detail.

Usage

slate.on(event, function(event) { // some events will pass another argument in addition to the event name
  // do something
});

List of Events

Window Related

App Related

Screen Related

Clone this wiki locally