strudel
Reactive icon

Strudel

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 14 Oct (yesterday)
 by 
0.0
 (0 ratings)
strudel

Strudel

Documentation
1.0.0

In order to use this component, you can choose a number of different approaches:


  • Use the Strudel_Iframe block

The Strudel_Iframe block is the most complete strudel component, since it works just as the original. You can use it anywhere on your app, just drag and drop the component! 

For more information on how it works or the syntax for it, please read the original documentation https://strudel.cc/workshop/getting-started/


  • Use the Strudel_Component block

If you don't want to use the Iframe, you can use this block which uses the strudel js functions to operate.

It doesn't support everything that the iframe offers but it is a good start in order to get more familiar with the library. 


  • Use the InitStrudel, PlayNotes, StopPlaying client actions

You can always just use the actions with your own UI! 

First, use InitStrudel action to get things ready. Then, use the PlayNotes with the Notes parameter to start playing some music. When you are done, just use StopPlaying to hush() the sounds.



There you go, now you know how to use the component.