We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d964e8e commit cb8c9a3Copy full SHA for cb8c9a3
properties_pane/samples.json
@@ -0,0 +1,42 @@
1
+[
2
+ {
3
+ "validateAs": "number",
4
+ "constraintsFromField": {
5
+ "min": "minimum",
6
+ "exclusiveMin": "exclusiveMinimum",
7
+ "max": "maximum",
8
+ "exclusiveMax": "exclusiveMaximum",
9
+ "multipleOf": "multipleOf",
10
+ "divisibleBy": "divisibleBy"
11
+ },
12
+ "dependency": {
13
+ "type": "and",
14
+ "values": [
15
16
+ "key": "childType",
17
+ "value": "numeric"
18
19
20
+ "key": "default",
21
+ "valueType": "number"
22
+ }
23
+ ]
24
25
26
27
+ "validateAs": "string",
28
29
30
31
32
33
34
35
36
37
+ "valueType": "string"
38
39
40
41
42
+]
0 commit comments