figureone
    Preparing search index...

    Type Alias TypeSlideLeaveStateCallback

    TypeSlideLeaveStateCallback:
        | string
        | ((currentIndex: number, nextIndex: number) => void)

    (currentIndex: number, nextIndex: number) => void

    When using Recorder, a string from a FunctionMap can be used, as long as the function the string maps to allows for the same parameters as above.