Skip to content

Introduce new "set", "valueCreatedForUser", "openSettings" and "closeSettings" methods

Compare
Choose a tag to compare
@vladmonday vladmonday released this 30 Aug 09:07
· 47 commits to master since this release
28d00b7

In this version there are 2 new methods which are introduced:

  1. "Set" method - is used for setting up data inside your application.
  2. "valueCreatedForUser" execute method - notifies the monday platform that user gains a first value in an app.
  3. "openSettings" execute method - opens view settings window
  4. "closeSettings" execute method - closes view settings window

Please check relevant sections in the Readme file for more info.