As far as I know, that can’t be done directly.
However, you can achieve it by enabling the on-select-action
and setting a variable (e.g. to true
). Then, in your if
statement, use that variable to conditionally display the other children components you need.