Skip to content

Commit 525af59

Browse files
committed
Add implicit variable to capture the evaluated feature sequence number
1 parent 3758cfd commit 525af59

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/17-implicit-values.mdx

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,23 @@ The following values are implicitly available to all feature and meta files at r
371371
</div>
372372
</details>
373373

374+
<details id="gwen-feature-eval-sequenceno">
375+
<summary class="setting">
376+
377+
```properties
378+
gwen.feature.eval.sequenceNo
379+
```
380+
<p>The sequence number representing the order in which the feature was evaluated (1 for first, 2 for second, ..etc).</p>
381+
382+
</summary>
383+
384+
<div class="grid-3">
385+
<div><Link to="#gwen-feature-eval-sequenceno">Link</Link></div>
386+
<div align="center"></div>
387+
<div align="right">Since <Link to="https://github.com/gwen-interpreter/gwen-web/releases/tag/v4.8.0">v4.8.0</Link></div>
388+
</div>
389+
</details>
390+
374391
## Rule Level
375392

376393
<details id="gwen-rule-name">

0 commit comments

Comments
 (0)