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
* Name of the icon to be used for NextItem button. Default 'ChevronRight'.
123
123
*/
124
124
nextButtonIconName?: string;
125
+
/**
126
+
* Aria label of the PreviousItem button. Default 'Previous item'.
127
+
*/
128
+
prevButtonAriaLabel?: string;
129
+
130
+
/**
131
+
* Aria label of the NextItem button. Default 'Next item'.
132
+
*/
133
+
nextButtonAriaLabel?: string;
125
134
/**
126
135
* Triggers parent control to provide new element to be displayed. After the method is executed, carousel control switches to processing mode and loadingComponent is displayed.
0 commit comments