Conditional tabs are tabs that are displayed only if a condition is met. The conditions are an array of conditions. Conditions are evaluated in order. The first condition that evaluates to true will render its subgrid. If no condition evaluates to true, the last subgrid will be rendered.
Name | Type | Connectable | Templatable | Default | Description |
---|---|---|---|---|---|
Conditions | boolean[] | false | false | false | The conditions that will be evaluated. |
Name | Type | Description |
---|---|---|
conditions | boolean[] | The conditions evalutation |
selectedConditionIndex | number | The index of the selected condition |