Skip to content

Instantly share code, notes, and snippets.

@mattwagl
Created March 7, 2018 17:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattwagl/d04793bd49ed9d8986bbd1bde51ac323 to your computer and use it in GitHub Desktop.
Save mattwagl/d04793bd49ed9d8986bbd1bde51ac323 to your computer and use it in GitHub Desktop.
A wolkenkit client that issues a command and awaits the appropriate event.
api.collaboration.board().mount({
title
}).
await('mounted', event => {
// Show success notification
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment