Skip to content

Commit 30f7ac9

Browse files
roblav96PeterStaev
authored andcommitted
Add static scrollEvent
1 parent 6c17aa8 commit 30f7ac9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grid-view.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export class GridView extends View {
2424
public static itemLoadingEvent: string;
2525
public static itemTapEvent: string;
2626
public static loadMoreItemsEvent: string;
27+
public static scrollEvent: string;
2728

2829
public items: any[] | ItemsSource;
2930
public itemTemplate: string | Template;

0 commit comments

Comments
 (0)