Skip to content

Commit b5e8a10

Browse files
doc(elements): update readmes, components
1 parent 3f79409 commit b5e8a10

File tree

2 files changed

+190
-82
lines changed

2 files changed

+190
-82
lines changed

docs/elements/components/pos-switch/pos-case/readme.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ See [storybook](https://pod-os.github.io/PodOS/storybook/?path=/story/basics--po
99

1010
## Properties
1111

12-
| Property | Attribute | Description | Type | Default |
13-
| ---------- | ----------- | ------------------------------------------------------------------------ | --------- | ----------- |
14-
| `else` | `else` | The test only evaluates to true if tests for preceding cases have failed | `boolean` | `undefined` |
15-
| `ifTypeof` | `if-typeof` | Test if the resource is of the specified type | `string` | `undefined` |
16-
| `not` | `not` | Negates the result of the test | `boolean` | `undefined` |
12+
| Property | Attribute | Description | Type | Default |
13+
| ------------ | ------------- | ----------------------------------------------------------------------------- | --------- | ----------- |
14+
| `else` | `else` | The test only evaluates to true if tests for preceding cases have failed | `boolean` | `undefined` |
15+
| `ifProperty` | `if-property` | Test if the resource has the specified property (forward link) | `string` | `undefined` |
16+
| `ifRev` | `if-rev` | Test if the resource is the subject of the specified property (backward link) | `string` | `undefined` |
17+
| `ifTypeof` | `if-typeof` | Test if the resource is of the specified type | `string` | `undefined` |
18+
| `not` | `not` | Negates the result of the test | `boolean` | `undefined` |
1719

1820

1921
----------------------------------------------

0 commit comments

Comments
 (0)