Fix #6893 - fix roo docs
[roojs1] / docs / symbols / Roo.ColorPalette.json
1 {
2   "name" : "Roo.ColorPalette",
3   "augments" : [
4     "Roo.Component",
5     "Roo.util.Observable"
6   ],
7   "desc" : "Simple color palette class for choosing colors.  The palette can be rendered to any container.<br />\nHere's an example of typical usage:\n<pre><code>\nvar cp = new Roo.ColorPalette({value:'993300'});  // initial selected color\ncp.render('my-div');\n\ncp.on('select', function(palette, selColor){\n    // do something with selColor\n});\n</code></pre>",
8   "isSingleton" : false,
9   "isStatic" : false,
10   "isBuiltin" : false,
11   "memberOf" : "ColorPalette",
12   "example" : "",
13   "deprecated" : "",
14   "since" : "",
15   "see" : "",
16   "params" : [
17     {
18       "name" : "config",
19       "type" : "Object",
20       "desc" : "The config object",
21       "isOptional" : false
22     }
23   ],
24   "returns" : [],
25   "config" : [
26     {
27       "name" : "listeners",
28       "type" : "Object",
29       "desc" : "list of events and functions to call for this object, \nFor example :\n<pre><code>\n    listeners :  { \n       'click' : function(e) {\n           ..... \n        } ,\n        .... \n    } \n  </code></pre>",
30       "memberOf" : "Roo.util.Observable",
31       "optvals" : []
32     },
33     {
34       "name" : "allowReselect",
35       "type" : "Boolean",
36       "desc" : "If set to true then reselecting a color that is already selected fires the selection event",
37       "memberOf" : "Roo.ColorPalette",
38       "optvals" : []
39     },
40     {
41       "name" : "hideMode",
42       "type" : "String",
43       "desc" : "y)\nHow this component should hidden. Supported values are\n\"visibility\" (css visibility), \"offsets\" (negative offset position) and\n\"display\" (css display) - defaults to \"display\".",
44       "memberOf" : "Roo.Component",
45       "optvals" : [
46         "display",
47         "visibility"
48       ]
49     },
50     {
51       "name" : "value",
52       "type" : "String",
53       "desc" : "The initial color to highlight (should be a valid 6-digit color hex code without the # symbol).  Note that\nthe hex codes are case-sensitive.",
54       "memberOf" : "Roo.ColorPalette",
55       "optvals" : []
56     },
57     {
58       "name" : "allowDomMove",
59       "type" : "Boolean",
60       "desc" : "Whether the component can move the Dom node when rendering (defaults to true).",
61       "memberOf" : "Roo.Component",
62       "optvals" : []
63     },
64     {
65       "name" : "itemCls",
66       "type" : "String",
67       "desc" : "The CSS class to apply to the containing element (defaults to \"x-color-palette\")",
68       "memberOf" : "Roo.ColorPalette",
69       "optvals" : []
70     },
71     {
72       "name" : "actionMode",
73       "type" : "String",
74       "desc" : "which property holds the element that used for  hide() / show() / disable() / enable()\ndefault is 'el' for forms you probably want to set this to fieldEl",
75       "memberOf" : "Roo.Component",
76       "optvals" : []
77     },
78     {
79       "name" : "disableClass",
80       "type" : "String",
81       "desc" : "CSS class added to the component when it is disabled (defaults to \"x-item-disabled\").",
82       "memberOf" : "Roo.Component",
83       "optvals" : []
84     }
85   ],
86   "methods" : [
87     {
88       "name" : "select",
89       "desc" : "Selects the specified color in the palette (fires the select event)",
90       "isStatic" : false,
91       "isConstructor" : false,
92       "isPrivate" : false,
93       "memberOf" : "Roo.ColorPalette",
94       "example" : "",
95       "deprecated" : "",
96       "since" : "",
97       "see" : "",
98       "params" : [
99         {
100           "name" : "color",
101           "type" : "String",
102           "desc" : "A valid 6-digit color hex code (# will be stripped if included)",
103           "isOptional" : false
104         }
105       ],
106       "returns" : []
107     },
108     {
109       "name" : "getId",
110       "desc" : "Returns the id of this component.",
111       "isStatic" : false,
112       "isConstructor" : false,
113       "isPrivate" : false,
114       "memberOf" : "Roo.Component",
115       "example" : "",
116       "deprecated" : "",
117       "since" : "",
118       "see" : "",
119       "params" : [],
120       "returns" : [
121         {
122           "name" : "",
123           "type" : "String",
124           "desc" : ""
125         }
126       ]
127     },
128     {
129       "name" : "render",
130       "desc" : "If this is a lazy rendering component, render it to its container element.",
131       "isStatic" : false,
132       "isConstructor" : false,
133       "isPrivate" : false,
134       "memberOf" : "Roo.Component",
135       "example" : "",
136       "deprecated" : "",
137       "since" : "",
138       "see" : "",
139       "params" : [
140         {
141           "name" : "container",
142           "type" : "String/HTMLElement/Element",
143           "desc" : "(optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.",
144           "isOptional" : false
145         }
146       ],
147       "returns" : []
148     },
149     {
150       "name" : "destroy",
151       "desc" : "Destroys this component by purging any event listeners, removing the component's element from the DOM,\nremoving the component from its {@link Roo.Container} (if applicable) and unregistering it from {@link Roo.ComponentMgr}.",
152       "isStatic" : false,
153       "isConstructor" : false,
154       "isPrivate" : false,
155       "memberOf" : "Roo.Component",
156       "example" : "",
157       "deprecated" : "",
158       "since" : "",
159       "see" : "",
160       "params" : [],
161       "returns" : []
162     },
163     {
164       "name" : "isVisible",
165       "desc" : "Returns true if this component is visible.",
166       "isStatic" : false,
167       "isConstructor" : false,
168       "isPrivate" : false,
169       "memberOf" : "Roo.Component",
170       "example" : "",
171       "deprecated" : "",
172       "since" : "",
173       "see" : "",
174       "params" : [],
175       "returns" : []
176     },
177     {
178       "name" : "setDisabled",
179       "desc" : "Convenience function for setting disabled/enabled by boolean.",
180       "isStatic" : false,
181       "isConstructor" : false,
182       "isPrivate" : false,
183       "memberOf" : "Roo.Component",
184       "example" : "",
185       "deprecated" : "",
186       "since" : "",
187       "see" : "",
188       "params" : [
189         {
190           "name" : "disabled",
191           "type" : "Boolean",
192           "desc" : "",
193           "isOptional" : false
194         }
195       ],
196       "returns" : []
197     },
198     {
199       "name" : "hide",
200       "desc" : "Hide this component.",
201       "isStatic" : false,
202       "isConstructor" : false,
203       "isPrivate" : false,
204       "memberOf" : "Roo.Component",
205       "example" : "",
206       "deprecated" : "",
207       "since" : "",
208       "see" : "",
209       "params" : [],
210       "returns" : [
211         {
212           "name" : "",
213           "type" : "Roo.Component",
214           "desc" : "this"
215         }
216       ]
217     },
218     {
219       "name" : "focus",
220       "desc" : "Try to focus this component.",
221       "isStatic" : false,
222       "isConstructor" : false,
223       "isPrivate" : false,
224       "memberOf" : "Roo.Component",
225       "example" : "",
226       "deprecated" : "",
227       "since" : "",
228       "see" : "",
229       "params" : [
230         {
231           "name" : "selectText",
232           "type" : "Boolean",
233           "desc" : "True to also select the text in this component (if applicable)",
234           "isOptional" : false
235         }
236       ],
237       "returns" : [
238         {
239           "name" : "",
240           "type" : "Roo.Component",
241           "desc" : "this"
242         }
243       ]
244     },
245     {
246       "name" : "show",
247       "desc" : "Show this component.",
248       "isStatic" : false,
249       "isConstructor" : false,
250       "isPrivate" : false,
251       "memberOf" : "Roo.Component",
252       "example" : "",
253       "deprecated" : "",
254       "since" : "",
255       "see" : "",
256       "params" : [],
257       "returns" : [
258         {
259           "name" : "",
260           "type" : "Roo.Component",
261           "desc" : "this"
262         }
263       ]
264     },
265     {
266       "name" : "enable",
267       "desc" : "Enable this component.",
268       "isStatic" : false,
269       "isConstructor" : false,
270       "isPrivate" : false,
271       "memberOf" : "Roo.Component",
272       "example" : "",
273       "deprecated" : "",
274       "since" : "",
275       "see" : "",
276       "params" : [],
277       "returns" : [
278         {
279           "name" : "",
280           "type" : "Roo.Component",
281           "desc" : "this"
282         }
283       ]
284     },
285     {
286       "name" : "setVisible",
287       "desc" : "Convenience function to hide or show this component by boolean.",
288       "isStatic" : false,
289       "isConstructor" : false,
290       "isPrivate" : false,
291       "memberOf" : "Roo.Component",
292       "example" : "",
293       "deprecated" : "",
294       "since" : "",
295       "see" : "",
296       "params" : [
297         {
298           "name" : "visible",
299           "type" : "Boolean",
300           "desc" : "True to show, false to hide",
301           "isOptional" : false
302         }
303       ],
304       "returns" : [
305         {
306           "name" : "",
307           "type" : "Roo.Component",
308           "desc" : "this"
309         }
310       ]
311     },
312     {
313       "name" : "disable",
314       "desc" : "Disable this component.",
315       "isStatic" : false,
316       "isConstructor" : false,
317       "isPrivate" : false,
318       "memberOf" : "Roo.Component",
319       "example" : "",
320       "deprecated" : "",
321       "since" : "",
322       "see" : "",
323       "params" : [],
324       "returns" : [
325         {
326           "name" : "",
327           "type" : "Roo.Component",
328           "desc" : "this"
329         }
330       ]
331     },
332     {
333       "name" : "getEl",
334       "desc" : "Returns the underlying {@link Roo.Element}.",
335       "isStatic" : false,
336       "isConstructor" : false,
337       "isPrivate" : false,
338       "memberOf" : "Roo.Component",
339       "example" : "",
340       "deprecated" : "",
341       "since" : "",
342       "see" : "",
343       "params" : [],
344       "returns" : [
345         {
346           "name" : "",
347           "type" : "Roo.Element",
348           "desc" : "The element"
349         }
350       ]
351     },
352     {
353       "name" : "purgeListeners",
354       "desc" : "Removes all listeners for this object",
355       "isStatic" : false,
356       "isConstructor" : false,
357       "isPrivate" : false,
358       "memberOf" : "Roo.util.Observable",
359       "example" : "",
360       "deprecated" : "",
361       "since" : "",
362       "see" : "",
363       "params" : [],
364       "returns" : []
365     },
366     {
367       "name" : "on",
368       "desc" : "Appends an event handler to this element (shorthand for addListener)",
369       "isStatic" : false,
370       "isConstructor" : false,
371       "isPrivate" : false,
372       "memberOf" : "Roo.util.Observable",
373       "example" : "",
374       "deprecated" : "",
375       "since" : "",
376       "see" : "",
377       "params" : [
378         {
379           "name" : "eventName",
380           "type" : "String",
381           "desc" : "The type of event to listen for",
382           "isOptional" : false
383         },
384         {
385           "name" : "handler",
386           "type" : "Function",
387           "desc" : "The method the event invokes",
388           "isOptional" : false
389         },
390         {
391           "name" : "scope",
392           "type" : "Object",
393           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
394           "isOptional" : false
395         },
396         {
397           "name" : "options",
398           "type" : "Object",
399           "desc" : "(optional)",
400           "isOptional" : false
401         }
402       ],
403       "returns" : []
404     },
405     {
406       "name" : "un",
407       "desc" : "Removes a listener (shorthand for removeListener)",
408       "isStatic" : false,
409       "isConstructor" : false,
410       "isPrivate" : false,
411       "memberOf" : "Roo.util.Observable",
412       "example" : "",
413       "deprecated" : "",
414       "since" : "",
415       "see" : "",
416       "params" : [
417         {
418           "name" : "eventName",
419           "type" : "String",
420           "desc" : "The type of event to listen for",
421           "isOptional" : false
422         },
423         {
424           "name" : "handler",
425           "type" : "Function",
426           "desc" : "The handler to remove",
427           "isOptional" : false
428         },
429         {
430           "name" : "scope",
431           "type" : "Object",
432           "desc" : "(optional) The scope (this object) for the handler",
433           "isOptional" : false
434         }
435       ],
436       "returns" : []
437     },
438     {
439       "name" : "addEvents",
440       "desc" : "Used to define events on this Observable",
441       "isStatic" : false,
442       "isConstructor" : false,
443       "isPrivate" : false,
444       "memberOf" : "Roo.util.Observable",
445       "example" : "",
446       "deprecated" : "",
447       "since" : "",
448       "see" : "",
449       "params" : [
450         {
451           "name" : "object",
452           "type" : "Object",
453           "desc" : "The object with the events defined",
454           "isOptional" : false
455         }
456       ],
457       "returns" : []
458     },
459     {
460       "name" : "releaseCapture",
461       "desc" : "Removes <b>all</b> added captures from the Observable.",
462       "isStatic" : true,
463       "isConstructor" : false,
464       "isPrivate" : false,
465       "memberOf" : "Roo.util.Observable",
466       "example" : "",
467       "deprecated" : "",
468       "since" : "",
469       "see" : "",
470       "params" : [
471         {
472           "name" : "o",
473           "type" : "Observable",
474           "desc" : "The Observable to release",
475           "isOptional" : false
476         }
477       ],
478       "returns" : []
479     },
480     {
481       "name" : "removeListener",
482       "desc" : "Removes a listener",
483       "isStatic" : false,
484       "isConstructor" : false,
485       "isPrivate" : false,
486       "memberOf" : "Roo.util.Observable",
487       "example" : "",
488       "deprecated" : "",
489       "since" : "",
490       "see" : "",
491       "params" : [
492         {
493           "name" : "eventName",
494           "type" : "String",
495           "desc" : "The type of event to listen for",
496           "isOptional" : false
497         },
498         {
499           "name" : "handler",
500           "type" : "Function",
501           "desc" : "The handler to remove",
502           "isOptional" : false
503         },
504         {
505           "name" : "scope",
506           "type" : "Object",
507           "desc" : "(optional) The scope (this object) for the handler",
508           "isOptional" : false
509         }
510       ],
511       "returns" : []
512     },
513     {
514       "name" : "fireEvent",
515       "desc" : "Fires the specified event with the passed parameters (minus the event name).",
516       "isStatic" : false,
517       "isConstructor" : false,
518       "isPrivate" : false,
519       "memberOf" : "Roo.util.Observable",
520       "example" : "",
521       "deprecated" : "",
522       "since" : "",
523       "see" : "",
524       "params" : [
525         {
526           "name" : "eventName",
527           "type" : "String",
528           "desc" : "",
529           "isOptional" : false
530         },
531         {
532           "name" : "args",
533           "type" : "Object...",
534           "desc" : "Variable number of parameters are passed to handlers",
535           "isOptional" : false
536         }
537       ],
538       "returns" : [
539         {
540           "name" : "",
541           "type" : "Boolean",
542           "desc" : "returns false if any of the handlers return false otherwise it returns true"
543         }
544       ]
545     },
546     {
547       "name" : "hasListener",
548       "desc" : "Checks to see if this object has any listeners for a specified event",
549       "isStatic" : false,
550       "isConstructor" : false,
551       "isPrivate" : false,
552       "memberOf" : "Roo.util.Observable",
553       "example" : "",
554       "deprecated" : "",
555       "since" : "",
556       "see" : "",
557       "params" : [
558         {
559           "name" : "eventName",
560           "type" : "String",
561           "desc" : "The name of the event to check for",
562           "isOptional" : false
563         }
564       ],
565       "returns" : [
566         {
567           "name" : "",
568           "type" : "Boolean",
569           "desc" : "True if the event is being listened for, else false"
570         }
571       ]
572     },
573     {
574       "name" : "capture",
575       "desc" : "Starts capture on the specified Observable. All events will be passed\nto the supplied function with the event name + standard signature of the event\n<b>before</b> the event is fired. If the supplied function returns false,\nthe event will not fire.",
576       "isStatic" : true,
577       "isConstructor" : false,
578       "isPrivate" : false,
579       "memberOf" : "Roo.util.Observable",
580       "example" : "",
581       "deprecated" : "",
582       "since" : "",
583       "see" : "",
584       "params" : [
585         {
586           "name" : "o",
587           "type" : "Observable",
588           "desc" : "The Observable to capture",
589           "isOptional" : false
590         },
591         {
592           "name" : "fn",
593           "type" : "Function",
594           "desc" : "The function to call",
595           "isOptional" : false
596         },
597         {
598           "name" : "scope",
599           "type" : "Object",
600           "desc" : "(optional) The scope (this object) for the fn",
601           "isOptional" : false
602         }
603       ],
604       "returns" : []
605     },
606     {
607       "name" : "addListener",
608       "desc" : "Appends an event handler to this component",
609       "isStatic" : false,
610       "isConstructor" : false,
611       "isPrivate" : false,
612       "memberOf" : "Roo.util.Observable",
613       "example" : "",
614       "deprecated" : "",
615       "since" : "",
616       "see" : "",
617       "params" : [
618         {
619           "name" : "eventName",
620           "type" : "String",
621           "desc" : "The type of event to listen for",
622           "isOptional" : false
623         },
624         {
625           "name" : "handler",
626           "type" : "Function",
627           "desc" : "The method the event invokes",
628           "isOptional" : false
629         },
630         {
631           "name" : "scope",
632           "type" : "Object",
633           "desc" : "(optional) The scope in which to execute the handler\nfunction. The handler function's \"this\" context.",
634           "isOptional" : false
635         },
636         {
637           "name" : "options",
638           "type" : "Object",
639           "desc" : "(optional) An object containing handler configuration\nproperties. This may contain any of the following properties:<ul>\n<li>scope {Object} The scope in which to execute the handler function. The handler function's \"this\" context.</li>\n<li>delay {Number} The number of milliseconds to delay the invocation of the handler after te event fires.</li>\n<li>single {Boolean} True to add a handler to handle just the next firing of the event, and then remove itself.</li>\n<li>buffer {Number} Causes the handler to be scheduled to run in an {@link Roo.util.DelayedTask} delayed\nby the specified number of milliseconds. If the event fires again within that time, the original\nhandler is <em>not</em> invoked, but the new handler is scheduled in its place.</li>\n</ul><br>\n<p>\n<b>Combining Options</b><br>\nUsing the options argument, it is possible to combine different types of listeners:<br>\n<br>\nA normalized, delayed, one-time listener that auto stops the event and passes a custom argument (forumId)\n\t\t<pre><code>\n\t\tel.on('click', this.onClick, this, {\n \t\t\tsingle: true,\n    \t\tdelay: 100,\n    \t\tforumId: 4\n\t\t});\n\t\t</code></pre>\n<p>\n<b>Attaching multiple handlers in 1 call</b><br>\nThe method also allows for a single argument to be passed which is a config object containing properties\nwhich specify multiple handlers.\n<pre><code>\n\t\tel.on({\n\t\t\t'click': {\n        \t\tfn: this.onClick,\n        \t\tscope: this,\n        \t\tdelay: 100\n    \t\t}, \n    \t\t'mouseover': {\n        \t\tfn: this.onMouseOver,\n        \t\tscope: this\n    \t\t},\n    \t\t'mouseout': {\n        \t\tfn: this.onMouseOut,\n        \t\tscope: this\n    \t\t}\n\t\t});\n\t\t</code></pre>\n<p>\nOr a shorthand syntax which passes the same scope object to all handlers:\n     \t<pre><code>\n\t\tel.on({\n\t\t\t'click': this.onClick,\n    \t\t'mouseover': this.onMouseOver,\n    \t\t'mouseout': this.onMouseOut,\n    \t\tscope: this\n\t\t});\n\t\t</code></pre>",
640           "isOptional" : false
641         }
642       ],
643       "returns" : []
644     }
645   ],
646   "events" : [
647     {
648       "name" : "select",
649       "desc" : "Fires when a color is selected",
650       "memberOf" : "Roo.ColorPalette",
651       "example" : "",
652       "deprecated" : "",
653       "since" : "",
654       "see" : "",
655       "params" : [
656         {
657           "name" : "this",
658           "type" : "ColorPalette",
659           "desc" : "",
660           "isOptional" : false
661         },
662         {
663           "name" : "color",
664           "type" : "String",
665           "desc" : "The 6-digit color hex code (without the # symbol)",
666           "isOptional" : false
667         }
668       ],
669       "returns" : []
670     },
671     {
672       "name" : "beforerender",
673       "desc" : "Fires before the component is rendered. Return false to stop the render.",
674       "memberOf" : "Roo.Component",
675       "example" : "",
676       "deprecated" : "",
677       "since" : "",
678       "see" : "",
679       "params" : [
680         {
681           "name" : "this",
682           "type" : "Roo.Component",
683           "desc" : "",
684           "isOptional" : false
685         }
686       ],
687       "returns" : []
688     },
689     {
690       "name" : "disable",
691       "desc" : "Fires after the component is disabled.",
692       "memberOf" : "Roo.Component",
693       "example" : "",
694       "deprecated" : "",
695       "since" : "",
696       "see" : "",
697       "params" : [
698         {
699           "name" : "this",
700           "type" : "Roo.Component",
701           "desc" : "",
702           "isOptional" : false
703         }
704       ],
705       "returns" : []
706     },
707     {
708       "name" : "render",
709       "desc" : "Fires after the component is rendered.",
710       "memberOf" : "Roo.Component",
711       "example" : "",
712       "deprecated" : "",
713       "since" : "",
714       "see" : "",
715       "params" : [
716         {
717           "name" : "this",
718           "type" : "Roo.Component",
719           "desc" : "",
720           "isOptional" : false
721         }
722       ],
723       "returns" : []
724     },
725     {
726       "name" : "destroy",
727       "desc" : "Fires after the component is destroyed.",
728       "memberOf" : "Roo.Component",
729       "example" : "",
730       "deprecated" : "",
731       "since" : "",
732       "see" : "",
733       "params" : [
734         {
735           "name" : "this",
736           "type" : "Roo.Component",
737           "desc" : "",
738           "isOptional" : false
739         }
740       ],
741       "returns" : []
742     },
743     {
744       "name" : "hide",
745       "desc" : "Fires after the component is hidden.",
746       "memberOf" : "Roo.Component",
747       "example" : "",
748       "deprecated" : "",
749       "since" : "",
750       "see" : "",
751       "params" : [
752         {
753           "name" : "this",
754           "type" : "Roo.Component",
755           "desc" : "",
756           "isOptional" : false
757         }
758       ],
759       "returns" : []
760     },
761     {
762       "name" : "beforehide",
763       "desc" : "Fires before the component is hidden. Return false to stop the hide.",
764       "memberOf" : "Roo.Component",
765       "example" : "",
766       "deprecated" : "",
767       "since" : "",
768       "see" : "",
769       "params" : [
770         {
771           "name" : "this",
772           "type" : "Roo.Component",
773           "desc" : "",
774           "isOptional" : false
775         }
776       ],
777       "returns" : []
778     },
779     {
780       "name" : "show",
781       "desc" : "Fires after the component is shown.",
782       "memberOf" : "Roo.Component",
783       "example" : "",
784       "deprecated" : "",
785       "since" : "",
786       "see" : "",
787       "params" : [
788         {
789           "name" : "this",
790           "type" : "Roo.Component",
791           "desc" : "",
792           "isOptional" : false
793         }
794       ],
795       "returns" : []
796     },
797     {
798       "name" : "beforeshow",
799       "desc" : "Fires before the component is shown.  Return false to stop the show.",
800       "memberOf" : "Roo.Component",
801       "example" : "",
802       "deprecated" : "",
803       "since" : "",
804       "see" : "",
805       "params" : [
806         {
807           "name" : "this",
808           "type" : "Roo.Component",
809           "desc" : "",
810           "isOptional" : false
811         }
812       ],
813       "returns" : []
814     },
815     {
816       "name" : "enable",
817       "desc" : "Fires after the component is enabled.",
818       "memberOf" : "Roo.Component",
819       "example" : "",
820       "deprecated" : "",
821       "since" : "",
822       "see" : "",
823       "params" : [
824         {
825           "name" : "this",
826           "type" : "Roo.Component",
827           "desc" : "",
828           "isOptional" : false
829         }
830       ],
831       "returns" : []
832     },
833     {
834       "name" : "beforedestroy",
835       "desc" : "Fires before the component is destroyed. Return false to stop the destroy.",
836       "memberOf" : "Roo.Component",
837       "example" : "",
838       "deprecated" : "",
839       "since" : "",
840       "see" : "",
841       "params" : [
842         {
843           "name" : "this",
844           "type" : "Roo.Component",
845           "desc" : "",
846           "isOptional" : false
847         }
848       ],
849       "returns" : []
850     }
851   ]
852 }