InterceptBehavior
Este conteúdo não está disponível em sua língua ainda.
InterceptBehavior<
T> =object
Defined in: src/typed/Behavior.ts:96
A behavior wrapped in an interceptor. Unlike the other wrappers this one is
not collapsed away when the behavior tree is resolved: it has to be there
on every message, and it has to survive the inner behavior swapping itself
out. See TypedActor’s ConcreteInterceptBehavior for the resolved form.
Type Parameters
Section titled “Type Parameters”T
Properties
Section titled “Properties”
readonlyinner:Behavior<T>
Defined in: src/typed/Behavior.ts:98
interceptor
Section titled “interceptor”
readonlyinterceptor:BehaviorInterceptor<T>
Defined in: src/typed/Behavior.ts:99
readonlykind:"intercept"
Defined in: src/typed/Behavior.ts:97
