DisplayReactorParameters
Defined in: types/display-reactor.ts:63
Extends
Section titled “Extends”Type Parameters
Section titled “Type Parameters”A = BaseActor
Properties
Section titled “Properties”validators?
Section titled “validators?”
optionalvalidators:Partial<{ [M in string]: DisplayValidator<A, M> }>
Defined in: types/display-reactor.ts:70
Optional initial validators to register. Validators receive display types (strings for Principal, bigint, etc.)
clientManager
Section titled “clientManager”clientManager:
ClientManager
Defined in: types/reactor.ts:37
Inherited from
Section titled “Inherited from”ReactorParameters.clientManager
name:
string
Defined in: types/reactor.ts:38
Inherited from
Section titled “Inherited from”idlFactory()
Section titled “idlFactory()”idlFactory: (
IDL) =>any
Defined in: types/reactor.ts:39
Parameters
Section titled “Parameters”any
Returns
Section titled “Returns”any
Inherited from
Section titled “Inherited from”canisterId?
Section titled “canisterId?”
optionalcanisterId:CanisterId
Defined in: types/reactor.ts:40
Inherited from
Section titled “Inherited from”pollingOptions?
Section titled “pollingOptions?”
optionalpollingOptions:PollingOptions
Defined in: types/reactor.ts:41