Interface LimiterOptions

The possible options for this node

interface LimiterOptions {
    context: BaseContext;
    threshold: number;
}

Hierarchy (view full)

Properties

Properties

context: BaseContext
threshold: number