File tree Expand file tree Collapse file tree 1 file changed +0
-60
lines changed
Expand file tree Collapse file tree 1 file changed +0
-60
lines changed Original file line number Diff line number Diff line change 1010 "kind" : " class" ,
1111 "description" : " A Slider Control" ,
1212 "name" : " SliderWebcomponent" ,
13- "members" : [
14- {
15- "kind" : " field" ,
16- "name" : " min" ,
17- "type" : {
18- "text" : " number"
19- }
20- },
21- {
22- "kind" : " field" ,
23- "name" : " max" ,
24- "type" : {
25- "text" : " number"
26- }
27- },
28- {
29- "kind" : " field" ,
30- "name" : " value-min" ,
31- "type" : {
32- "text" : " number"
33- }
34- },
35- {
36- "kind" : " field" ,
37- "name" : " value-max" ,
38- "type" : {
39- "text" : " number"
40- }
41- }
42- ],
4313 "attributes" : [
4414 {
4515 "name" : " min" ,
5828 "fieldName" : " value-max"
5929 }
6030 ],
61- "events" : [
62- {
63- "name" : " value-min-changed" ,
64- "description" : " Is raised when the min value changes" ,
65- "type" : {
66- "title" : " String"
67- }
68- },
69- {
70- "name" : " value-max-changed" ,
71- "description" : " Is raised when the max value changes" ,
72- "type" : {
73- "title" : " String"
74- }
75- },
76- {
77- "name" : " min-changed" ,
78- "description" : " Is raised when the scale min changes" ,
79- "type" : {
80- "title" : " String"
81- }
82- },
83- {
84- "name" : " max-changed" ,
85- "description" : " Is raised when the scale max changes" ,
86- "type" : {
87- "title" : " String"
88- }
89- }
90- ],
9131 "superclass" : {
9232 "name" : " BaseCustomWebComponentConstructorAppend"
9333 },
You can’t perform that action at this time.
0 commit comments