File tree Expand file tree Collapse file tree 2 files changed +190
-82
lines changed
docs/elements/components/pos-switch/pos-case Expand file tree Collapse file tree 2 files changed +190
-82
lines changed Original file line number Diff line number Diff 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----------------------------------------------
You can’t perform that action at this time.
0 commit comments