BSB Node.js Type Definitions
BSB Docs
GitHub
Preparing search index...
EventValidationConfig
Interface EventValidationConfig
interface
EventValidationConfig
{
enabled
?:
boolean
;
logValidationErrors
?:
boolean
;
throwOnValidationFailure
?:
boolean
;
maxRetries
?:
number
;
retryDelay
?:
number
;
performanceThreshold
?:
number
;
}
Index
Properties
enabled?
log
Validation
Errors?
throw
On
Validation
Failure?
max
Retries?
retry
Delay?
performance
Threshold?
Properties
Optional
enabled
enabled
?:
boolean
Optional
log
Validation
Errors
logValidationErrors
?:
boolean
Optional
throw
On
Validation
Failure
throwOnValidationFailure
?:
boolean
Optional
max
Retries
maxRetries
?:
number
Optional
retry
Delay
retryDelay
?:
number
Optional
performance
Threshold
performanceThreshold
?:
number
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
enabled
log
Validation
Errors
throw
On
Validation
Failure
max
Retries
retry
Delay
performance
Threshold
BSB Documentation
Plugin System
Node.js Guide
BSB Docs
GitHub
BSB Node.js Type Definitions
Loading...