18th November 2020 at 7:21pm
purpose | toggle the title specified in the parameter in the input |
---|---|
input | a list of items |
parameter | the toggle operator accepts 1 or more parameters, see below for details |
output | the input list with the title specified in the parameter toggled |
Learn more about how to use Filters
Introduced in v5.1.23
The toggle
operator requires at least one parameter and can accept additional optional parameters. With a second optional parameter it can be used to toggle between a pair of titles:
[toggle[<title1>],[<title2>]]
- title1 : a title to toggle in the input list. If it is already present, it is removed. Otherwise, it is added.
- title2: (optional). When the second parameter is provided, the operator toggles between the two values in the input list. If neither is present, the first parameter takes precedence is added to the list.
With more than two parameters, the toggle
behaves similar to the cycle and can be used to cycle through a list of values. Note that all parameters should be unique.