Page Contents
Home > @loopback/context > GenericInterceptorChain > getInterceptors
GenericInterceptorChain.getInterceptors property
A getter for an array of interceptor functions or binding keys
Signature:
protected getInterceptors: () => GenericInterceptorOrKey<C>[];