Skip to content

Commit

Permalink
docs(en): adding operator descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed May 31, 2021
1 parent a0e84ca commit 32862cf
Show file tree
Hide file tree
Showing 5 changed files with 106 additions and 8 deletions.
48 changes: 48 additions & 0 deletions dist/main.es.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.es.js.map

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions dist/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/main.js.map

Large diffs are not rendered by default.

14 changes: 8 additions & 6 deletions www/src/docs/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -707,12 +707,14 @@ Boolean conditions let you construct **condition** elements that restrict access

Date conditions let you construct **condition** elements that restrict access based on comparing a key to **date/time** value.

| Name | First Parameter | Expected Parameter | Description |
| -------------------- | --------------- | ------------------ | ----------------------------------------------- |
| `dateEquals` | Date or string | Date or string | Matching a specific date. |
| `dateNotEquals` | Date or string | Date or string | Negated matching. |
| `dateLessThan` | Date or string | Date or string | Matching before a specific date and time. |
| `dateLessThanEquals` | Date or string | Date or string | Matching at or before a specific date and time. |
| Name | First Parameter | Expected Parameter | Description |
| ----------------------- | --------------- | ------------------ | ----------------------------------------------- |
| `dateEquals` | Date or string | Date or string | Matching a specific date. |
| `dateNotEquals` | Date or string | Date or string | Negated matching. |
| `dateLessThan` | Date or string | Date or string | Matching before a specific date and time. |
| `dateLessThanEquals` | Date or string | Date or string | Matching at or before a specific date and time. |
| `dateGreaterThan` | Date or string | Date or string | Matching after a specific date and time. |
| `dateGreaterThanEquals` | Date or string | Date or string | Matching at or after a specific date and time. |

### Numeric condition operators

Expand Down

0 comments on commit 32862cf

Please sign in to comment.