Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
filterRange.php
Go to the documentation of this file.
1 <?php
6 return [
7  'arguments' => [
8  'data' => [
9  'name' => 'data',
10  'xsi:type' => 'array',
11  'item' => [
12  'config' => [
13  'name' => 'config',
14  'xsi:type' => 'array',
15  'item' => [
16  'visible' => [
17  'name' => 'visible',
18  'xsi:type' => 'boolean',
19  'value' => 'false',
20  ],
21  'additionalClasses' => [
22  'name' => 'additionalClasses',
23  'xsi:type' => 'array',
24  'item' => [
25  'string' => [
26  'name' => 'string',
27  'xsi:type' => 'boolean',
28  'value' => 'false',
29  ],
30  ],
31  ],
32  'dataScope' => [
33  'name' => 'dataScope',
34  'xsi:type' => 'string',
35  'value' => 'string',
36  ],
37  'label' => [
38  'name' => 'label',
39  'translate' => 'true',
40  'xsi:type' => 'string',
41  'value' => 'string',
42  ],
43  'rangeType' => [
44  'name' => 'rangeType',
45  'xsi:type' => 'string',
46  'value' => 'string',
47  ],
48  'required' => [
49  'name' => 'required',
50  'xsi:type' => 'boolean',
51  'value' => 'false',
52  ],
53  'provider' => [
54  'name' => 'provider',
55  'xsi:type' => 'string',
56  'value' => 'string',
57  ],
58  'component' => [
59  'name' => 'component',
60  'xsi:type' => 'string',
61  'value' => 'string',
62  ],
63  'template' => [
64  'name' => 'template',
65  'xsi:type' => 'string',
66  'value' => 'string',
67  ],
68  'sortOrder' => [
69  'name' => 'sortOrder',
70  'xsi:type' => 'number',
71  'value' => '0',
72  ],
73  'displayArea' => [
74  'name' => 'displayArea',
75  'xsi:type' => 'string',
76  'value' => 'string',
77  ],
78  'storageConfig' => [
79  'name' => 'storageConfig',
80  'xsi:type' => 'array',
81  'item' => [
82  'provider' => [
83  'name' => 'provider',
84  'xsi:type' => 'string',
85  'value' => 'string',
86  ],
87  'namespace' => [
88  'name' => 'namespace',
89  'xsi:type' => 'string',
90  'value' => 'string',
91  ],
92  'path' => [
93  'name' => 'path',
94  'xsi:type' => 'url',
95  'param' => [
96  'string' => [
97  'name' => 'string',
98  'value' => 'string',
99  ],
100  ],
101  'path' => 'string',
102  ],
103  ],
104  ],
105  'statefull' => [
106  'name' => 'statefull',
107  'xsi:type' => 'array',
108  'item' => [
109  'anySimpleType' => [
110  'name' => 'anySimpleType',
111  'xsi:type' => 'boolean',
112  'value' => 'true',
113  ],
114  ],
115  ],
116  'imports' => [
117  'name' => 'imports',
118  'xsi:type' => 'array',
119  'item' => [
120  'string' => [
121  'name' => 'string',
122  'xsi:type' => 'string',
123  'value' => 'string',
124  ],
125  ],
126  ],
127  'exports' => [
128  'name' => 'exports',
129  'xsi:type' => 'array',
130  'item' => [
131  'string' => [
132  'name' => 'string',
133  'xsi:type' => 'string',
134  'value' => 'string',
135  ],
136  ],
137  ],
138  'links' => [
139  'name' => 'links',
140  'xsi:type' => 'array',
141  'item' => [
142  'string' => [
143  'name' => 'string',
144  'xsi:type' => 'string',
145  'value' => 'string',
146  ],
147  ],
148  ],
149  'listens' => [
150  'name' => 'listens',
151  'xsi:type' => 'array',
152  'item' => [
153  'string' => [
154  'name' => 'string',
155  'xsi:type' => 'string',
156  'value' => 'string',
157  ],
158  ],
159  ],
160  'ns' => [
161  'name' => 'ns',
162  'xsi:type' => 'string',
163  'value' => 'string',
164  ],
165  'componentType' => [
166  'name' => 'componentType',
167  'xsi:type' => 'string',
168  'value' => 'string',
169  ],
170  ],
171  ],
172  'js_config' => [
173  'name' => 'js_config',
174  'xsi:type' => 'array',
175  'item' => [
176  'deps' => [
177  'name' => 'deps',
178  'xsi:type' => 'array',
179  'item' => [
180  0 => [
181  'name' => 0,
182  'xsi:type' => 'string',
183  'value' => 'string',
184  ],
185  ],
186  ],
187  ],
188  ],
189  ],
190  ],
191  ],
192  'children' => [],
193  'uiComponentType' => 'filterRange',
194 ];