swipefeed
    Preparing search index...

    Interface SwipeDeckActions

    interface SwipeDeckActions {
        next: () => void;
        prev: () => void;
        scrollTo: (index: number, options?: { behavior?: ScrollBehavior }) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    next: () => void
    prev: () => void
    scrollTo: (index: number, options?: { behavior?: ScrollBehavior }) => void