Skip to content

Commit 0356ac8

Browse files
committed
fix: missing scrollOffset definition
1 parent e1de9e9 commit 0356ac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/collectionview/collectionview.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ export * from './collectionview-common';
66
export type Orientation = 'horizontal' | 'vertical';
77

88
export class CollectionView extends CollectionViewBase {
9+
10+
public scrollOffset: number;
911
public refresh();
1012
public refreshVisibleItems();
1113
public isItemAtIndexVisible(index: number): boolean;

0 commit comments

Comments
 (0)