InterceptBehavior
이 콘텐츠는 아직 번역되지 않았습니다.
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
