Skip to content

Commit c6ec156

Browse files
committed
chore: build
1 parent 89d8e90 commit c6ec156

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/api.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1613,8 +1613,9 @@ ion-segment-content,prop,disabled,boolean,false,false,false
16131613
ion-segment-view,shadow
16141614
ion-segment-view,prop,disabled,boolean,false,false,false
16151615
ion-segment-view,method,setContent,setContent(id: string, smoothScroll?: boolean) => Promise<void>
1616-
ion-segment-view,event,ionSegmentViewScroll,{ scrollDirection: string; scrollDistancePercentage: number; },true
1617-
ion-segment-view,event,ionSegmentViewScrollEnd,void,true
1616+
ion-segment-view,event,ionSegmentViewScroll,{ scrollDirection: string; scrollDistance: number; scrollDistancePercentage: number; },true
1617+
ion-segment-view,event,ionSegmentViewScrollEnd,{ activeContentId: string; },true
1618+
ion-segment-view,event,ionSegmentViewScrollStart,void,true
16181619

16191620
ion-select,shadow
16201621
ion-select,prop,cancelText,string,'Cancel',false,false

0 commit comments

Comments
 (0)