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
Copy file name to clipboardExpand all lines: projects/dxc-ngx-cdk-site/src/app/components/examples/accordion/properties/accordion-table-properties/accordion-table-properties.component.html
+12-8Lines changed: 12 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
<tr>
14
14
<td>label: string</td>
15
15
<td></td>
16
-
<td>Text to be placed next to the button.</td>
16
+
<td>The panel label.</td>
17
17
</tr>
18
18
<tr>
19
19
<td>iconSrc: string</td>
@@ -35,20 +35,24 @@
35
35
</tr>
36
36
<tr>
37
37
<td>isExpanded: boolean</td>
38
-
<td><code>false</code></td>
39
-
<td>If true, the component will be expanded.</td>
38
+
<td></td>
39
+
<td>
40
+
Represents the state of the panel. When true, the component will be
41
+
expanded. If undefined, the component will be uncontrolled and its value
42
+
will be managed internally by the component.
43
+
</td>
40
44
</tr>
41
45
<tr>
42
46
<td>onClick: EventEmitter</td>
43
47
<td></td>
44
48
<td>
45
-
This function will be called when the user clicks the icon to open/close
46
-
the panel. The state of the panel (opened/closed) should be passed as a
47
-
parameter
49
+
This event will emit in case the user clicks the accordion to expand
50
+
or collapse the panel. The new state of the panel will be passed as a
51
+
parameter.
48
52
</td>
49
53
</tr>
50
54
<tr>
51
-
<td>margin: any (string | object)</td>
55
+
<td>margin: string | object</td>
52
56
<td></td>
53
57
<td>
54
58
Size of the margin to be applied to the component ('xxsmall' | 'xsmall' |
@@ -58,7 +62,7 @@
58
62
</td>
59
63
</tr>
60
64
<tr>
61
-
<td>padding: any (string | object)</td>
65
+
<td>padding: string | object</td>
62
66
<td></td>
63
67
<td>
64
68
Size of the padding to be applied to the custom area ('xxsmall' | 'xsmall'
0 commit comments