Composer documentation
  • Quick Start
  • SAP Help Portal
  • Changelog
  • Bugs & Feature requests
Contents x
  • Home
  • Quick start
  • Platform
  • App logic
  • Formula functions
  • Build / Distribute
  • BTP
  • Best practices
  • Reference
  • Example apps
  • Deprecated material
Powered byDocument360

utility
5 Articles in this category

Share this

  • Share
  • Dark
    Light
Contents

utility

5 Articles in this category
  • Share
  • Dark
    Light

Debounce

Implements basic debounce, meaning this node will trigger its output only after Time to wait milliseconds have passed since the last input event received by the node. For example, if you attached this flow function to the On change event of an...
Updated on : 18 May 2022

Debug log

Logs a message to the AppGyver Debugger. If running the app on the browser, also logs the message into the web browsers console. Input arguments Label Key Type Required? Default Description Log message message Jso...
Updated on : 18 May 2022

Delay

Waits for the given time until continuing logic flow execution. Input arguments Label Key Type Required? Default Description Time to wait time Number(integer) Yes 500 Time to wait as an integer. Negative val...
Updated on : 18 May 2022

If condition

Evaluates the given condition. If it is truthy, the first output is triggered. If not (falsy), the second output is triggered. Input arguments Label Key Type Required? Default Description Condition condition Boole...
Updated on : 20 Jun 2022

Throttle

Implements throttle, meaning this node will trigger its output immediately upon receiving an event, and then at most every Throttle interval milliseconds. Any extra events received inbetween will be discarded. See also the Debounce flow functi...
Updated on : 18 May 2022

Cookie consent

By using this site, you consent to the use of only necessary cookies to enhance your site experience and improve our services.