hoshimi
    Preparing search index...

    Interface SkipOptions

    interface SkipOptions {
        throwError?: boolean;
        to?: number;
    }
    Index

    Properties

    Properties

    throwError?: boolean

    Whether to throw an error if the skip amount exceeds the queue size.

    true
    
    to?: number

    The amount of tracks to skip.

    1