Preparing search index...
The search index is not available
SCION Microfrontend Platform - v1.0.0-rc.12
SCION Microfrontend Platform - v1.0.0-rc.12
Interceptor
Interface Interceptor<T, H>
Allows the interception of messages or intents before their publication.
See
MessageInterceptor
IntentInterceptor
Type Parameters
T
H
extends
Handler
<
T
>
Hierarchy
Interceptor
Implemented by
IntentInterceptor
MessageInterceptor
Index
Methods
intercept
Methods
intercept
intercept
(
message
:
T
, next
:
H
)
:
Promise
<
void
>
Parameters
message:
T
next:
H
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Modules
SCION
Microfrontend
Platform -
v1.0.0-
rc.12
Interceptor
intercept
Generated using
TypeDoc
Allows the interception of messages or intents before their publication.
See