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
/** Additional classes added to the DataList cell */
7
+
/** Additional classes added to the data list cell */
8
8
className?: string;
9
-
/** Flag to show if the expanded content of the DataList item is visible */
9
+
/** Flag to show if the expanded content of the data list item is visible */
10
10
isExpanded?: boolean;
11
-
/** Identify the DataList toggle number */
11
+
/** Identify the data list toggle number */
12
12
id: string;
13
13
/** Id for the row */
14
14
rowid?: string;
15
-
/** Adds accessible text to the DataList toggle */
15
+
/** Adds accessible text to the data list toggle */
16
16
'aria-labelledby'?: string;
17
-
/** Adds accessible text to the DataList toggle */
17
+
/** Adds accessible text to the data list toggle */
18
18
'aria-label'?: string;
19
19
/** Allows users of some screen readers to shift focus to the controlled element. Should be used when the controlled contents are not adjacent to the toggle that controls them. */
0 commit comments