gampang - v2.3.7
    Preparing search index...

    Interface CollectorOptions

    interface CollectorOptions {
        max: number;
        time?: number;
        validation: (ctx: Context) => boolean | Promise<boolean>;
    }
    Index

    Properties

    Properties

    max: number
    time?: number
    validation: (ctx: Context) => boolean | Promise<boolean>