Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/collectionview/index-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ export abstract class CollectionViewBase extends View implements CollectionViewD
public static scrollStartEvent = 'scrollStart';
public static scrollEndEvent = 'scrollEnd';
public static itemTapEvent = 'itemTap';
public static itemHighlightEvent = 'itemHighlight';
public static itemHighlightEndEvent = 'itemHighlightEnd';
public static displayItemEvent = 'displayItem';
public static itemReorderedEvent = 'itemReordered';
public static itemReorderStartingEvent = 'itemReorderStarting';
Expand Down
Loading