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: src/core/components/list-index/list-index.d.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ export namespace ListIndex {
36
36
/** Related List View element. HTMLElement or string with CSS selector of List View element. */
37
37
listEl?: HTMLElement|CSSSelector;
38
38
/** Array with indexes. If not passed then it will automatically generate it based on item-divider and list-group-title elements inside of passed List View element in listEl parameter. (default auto) */
39
-
indexes?: number[]|string;// ??
39
+
indexes?: string[]|string;// ??
40
40
/** Will automatically scroll related List View to the selected index. (default true) */
41
41
scrollList?: boolean;
42
42
/** Enables label bubble with selected index when you swipe over list index. (default false) */
0 commit comments