Reusable Snippets (Strategy Designer)
Reusable Snippets is an advanced concept introduced to the Strategy Designer in the Caribou Lou release (v14). It allows users to extract a group of blocks into what is called a snippet, which can then be reused across multiple strategies while being maintained in one central location. This concept is quite similar to a function in programming.
In this section:
Creating Snippet
There are three ways to create a snippet:
Add Button
When you click the Add button in the Snippets tab, a new empty snippet is created in draft state.
Extract Block To Snippet
When designing a strategy, you can right-click on a block and choose Extract Block to Snippet. This action will create a draft snippet that includes the selected block, while the original block in the strategy will be replaced by the newly created snippet.
See the following images:
Import
Importing is done in the same way as importing any other entity. Please refer to the Import / Export (Strategy Designer).
Anatomy Of The Snippet Block
A Snippet block is very similar to a function in programming. It can have arguments and needs to return a value.
Arguments
The snippet includes arguments that accept values from the strategy, enabling users to dynamically modify the snippet's behavior. Each argument has a name, a type, and a default value, and it will be rendered as an input field within the snippet block when used in a strategy.
This is how a snippet defined above would look in a strategy:
Creating a new version
When you create a new version of a snippet, you will enter a special edit mode. In this mode, you cannot change the arguments or the return value type. This restriction is in place to maintain compatibility with the strategies that the snippet is used in. If the arguments or the return value type were to change, the snippet block would become disconnected.