defineReactor
Call Signature
Section titled “Call Signature”defineReactor<
Service>(params):DefineReactorResult<Service,"display",DisplayReactor<Service,"display">>
Defined in: react/src/defineReactor.ts:168
Type Parameters
Section titled “Type Parameters”Service
Section titled “Service”Service = BaseActor
Parameters
Section titled “Parameters”params
Section titled “params”DefineDisplayReactorParameters<Service>
Returns
Section titled “Returns”DefineReactorResult<Service, "display", DisplayReactor<Service, "display">>
Call Signature
Section titled “Call Signature”defineReactor<
Service>(params):DefineReactorResult<Service,"candid",Reactor<Service,"candid">>
Defined in: react/src/defineReactor.ts:172
Type Parameters
Section titled “Type Parameters”Service
Section titled “Service”Service = BaseActor
Parameters
Section titled “Parameters”params
Section titled “params”Returns
Section titled “Returns”DefineReactorResult<Service, "candid", Reactor<Service, "candid">>