When - xkp/Doc GitHub Wiki

Overview

The when tag's children will activate when the supplied expression is true.

Properties

expr: Mandatory, indicates the condition that must be met so the children will activate.

Usage

<sequence id="my_sequence">
   <when expr="img1.width > 40">
      ...
   </at>
</sequence>
⚠️ **GitHub.com Fallback** ⚠️