You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/04-dsl.mdx
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8614,7 +8614,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
8614
8614
<li><code>while</code> to repeat while the attribute is defined (or not)</li>
8615
8615
</ul>
8616
8616
</li>
8617
-
<li><code><name></code> is the name of the attribute to check</li>
8617
+
<li><code><name></code> is the name of the attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
8618
8618
<li><code>not</code> include to execute step until or while attribute is not defined</li>
8619
8619
<li>
8620
8620
The following implicit binding is available in <code><step></code>:
@@ -8851,7 +8851,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
8851
8851
<p>Where</p>
8852
8852
<ul>
8853
8853
<li><code><step></code> is the DSL step or StepDef to repeatedly execute</li>
8854
-
<li><code><name></code> is the name of the element or attribute to check</li>
8854
+
<li><code><name></code> is the name of the element or attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
8855
8855
<li><code>not</code> to negate the condition</li>
8856
8856
</ul>
8857
8857
<p>Example</p>
@@ -8880,7 +8880,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
8880
8880
<p>Where</p>
8881
8881
<ul>
8882
8882
<li><code><step></code> is the DSL step or StepDef to repeatedly execute</li>
8883
-
<li><code><name></code> is the name of the element or attribute to check</li>
8883
+
<li><code><name></code> is the name of the element or attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
8884
8884
<li><code>not</code> to negate the condition</li>
8885
8885
<li><code>value</code> is the given value</li>
8886
8886
</ul>
@@ -8917,7 +8917,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
8917
8917
<p>Where</p>
8918
8918
<ul>
8919
8919
<li><code><step></code> is the DSL step or StepDef to repeatedly execute</li>
8920
-
<li><code><name></code> is the name of the element or attribute to check</li>
8920
+
<li><code><name></code> is the name of the element or attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
8921
8921
<li>
8922
8922
<code><match></code> is the type of match to perform, one of:
8923
8923
<ul>
@@ -8965,7 +8965,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
8965
8965
<p>Where</p>
8966
8966
<ul>
8967
8967
<li><code><step></code> is the DSL step or StepDef to repeatedly execute</li>
8968
-
<li><code><name></code> is the name of the element or attribute to check</li>
8968
+
<li><code><name></code> is the name of the element or attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
8969
8969
<li>
8970
8970
<code><match></code> is the type of match to perform, one of:
8971
8971
<ul>
@@ -9116,7 +9116,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
9116
9116
<p>Where</p>
9117
9117
<ul>
9118
9118
<li><code><step></code> is the DSL step or StepDef to potentially execute</li>
9119
-
<li><code><name></code> is the name of the attribute to check</li>
9119
+
<li><code><name></code> is the name of the attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
9120
9120
<li><code>not</code> include to execute step if attribute is not bound</li>
9121
9121
</ul>
9122
9122
<p>Example</p>
@@ -9160,7 +9160,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
9160
9160
<p>Where</p>
9161
9161
<ul>
9162
9162
<li><code><step></code> is the DSL step or StepDef to potentially execute</li>
9163
-
<li><code><name></code> is the name of the element or attribute to check</li>
9163
+
<li><code><name></code> is the name of the element or attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
9164
9164
<li><code>not</code> include to execute step if attribute is not blank</li>
9165
9165
</ul>
9166
9166
<p>Example</p>
@@ -9189,7 +9189,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
9189
9189
<p>Where</p>
9190
9190
<ul>
9191
9191
<li><code><step></code> is the DSL step or StepDef to potentially execute</li>
9192
-
<li><code><name></code> is the name of the element or attribute to check</li>
9192
+
<li><code><name></code> is the name of the element or attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
9193
9193
<li><code>not</code> include to execute step if the attribute is not equal to the given value</li>
9194
9194
<li><code>value</code> is the given value</li>
9195
9195
</ul>
@@ -9225,7 +9225,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
9225
9225
<p>Where</p>
9226
9226
<ul>
9227
9227
<li><code><step></code> is the DSL step or StepDef to potentially execute</li>
9228
-
<li><code><name></code> is the name of the element or attribute to check</li>
9228
+
<li><code><name></code> is the name of the element or attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
9229
9229
<li>
9230
9230
<code><match></code> is the type of match to perform, one of:
9231
9231
<ul>
@@ -9272,7 +9272,7 @@ Since [v4.8.0](https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0)
9272
9272
<p>Where</p>
9273
9273
<ul>
9274
9274
<li><code><step></code> is the DSL step or StepDef to potentially execute</li>
9275
-
<li><code><name></code> is the name of the element or attribute to check</li>
9275
+
<li><code><name></code> is the name of the element or attribute (or StepDef <param> since <Linkto="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.11.0">v4.11.0</Link>) to check</li>
9276
9276
<li>
9277
9277
<code><match></code> is the type of match to perform, one of:
0 commit comments