Filter Button

Used to open a modal with filters.

Properties

Value string | required
The binding for the component. Use an appropriate expression to bind the component to its value and specify where the value is saved/read.

For example, use '{{myVariableName}}' to store the value of the component in a variable named 'myVariableName'.

Use prefixes to define the scope of the value. For example, 'root.' for referencing the root case to store the value in or 'parent.' to store the value in the parent work item of the current one.

📘

Please refer to the section 'Frontend expressions' in the Flowable guide for more information.


Value content string
Add the value content which will be saved on the value property.


Label string
Adds a label to the component.


Show badge string
Show the badge on the buttons whenever some filters are applied.


Margin Bottom number
Adds margin space below the component.


Margin Top number
Adds margin space above the component.


What’s Next