You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Links</a> the component's <code>value</code> property with
65
-
provider using the declared in the <code>dataScope</code>
66
-
property of the parent component.
67
-
</td>
68
-
<td>
69
-
Object
70
-
<ul>
71
-
<li>Boolean
72
-
</li>
73
-
</ul>
74
-
</td>
75
-
<td>
76
-
<code>false</code>
77
-
</td>
78
-
</tr>
79
-
<tr>
80
-
<td>
81
-
<code>disabled</code>
82
-
</td>
83
-
<td>
84
-
Initial component's state. When set to <code>true</code>, users can't
85
-
take action on the element.
86
-
</td>
87
-
<td>
88
-
Boolean
89
-
</td>
90
-
<td>
91
-
<code>false</code>
92
-
</td>
93
-
</tr>
94
-
<tr>
95
-
<td>
96
-
<code>visible</code>
97
-
</td>
98
-
<td>
99
-
Initial component's visibility. When set to <code>false</code>, the
100
-
<code>display: none</code> CSS style is added to the
101
-
component's DOM block.
102
-
</td>
103
-
<td>
104
-
Boolean
105
-
</td>
106
-
<td>
107
-
<code>true</code>
108
-
</td>
109
-
</tr>
110
-
</table>
10
+
| Option | Description | Type | Default |
11
+
| --- | --- | --- | --- |
12
+
|`component`| The path to the component’s JS constructor in terms of RequireJS. | String |`Magento_Ui/js/form/element/media`|
13
+
|`label`| Label to be displayed in the field. | String |`''`|
14
+
|`links`.`value`|[Links]({{ page.baseurl }}/ui_comp_guide/concepts/ui_comp_linking_concept.html) the component's `value` property with provider using the declared in the `dataScope` property of the parent component. | Boolean |`''`|
15
+
|`disabled`| Initial component's state. When set to `true`, users cannot take action on the element. | Boolean |`false`|
16
+
|`visible`| Initial component's visibility. When set to `false`, the `display: none` CSS style is added to the component's DOM block. | Boolean |`true`|
0 commit comments