For the complete documentation index, see llms.txt. This page is also available as Markdown.

BoxUnregisterInterceptor

UnRegisters a global interceptor from all or specific states

Method Signature

BoxUnregisterInterceptor(interceptor=[any], states=[any])

Arguments

Argument
Type
Required
Description
Default

interceptor

any

true

The reference to the interceptor to unregister

states

any

false

An array of events to unregister to along side the points discovered in the incoming interceptor. If not passed, all states

[]

Examples

Last updated

Was this helpful?