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