Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
react
types
ActorManagerParameters
Interface ActorManagerParameters
interface
ActorManagerParameters
{
idlFactory
:
types
.
IDL
.
InterfaceFactory
;
agentManager
:
types
.
AgentManager
;
name
?:
string
;
canisterId
:
types
.
CanisterId
;
withVisitor
?:
boolean
;
withDevtools
?:
boolean
;
initializeOnCreate
?:
boolean
;
}
Index
Properties
idl
Factory
agent
Manager
name?
canister
Id
with
Visitor?
with
Devtools?
initialize
On
Create?
Properties
idl
Factory
idl
Factory
:
types
.
IDL
.
InterfaceFactory
agent
Manager
agent
Manager
:
types
.
AgentManager
Optional
name
name
?:
string
canister
Id
canister
Id
:
types
.
CanisterId
Optional
with
Visitor
with
Visitor
?:
boolean
Optional
with
Devtools
with
Devtools
?:
boolean
Optional
initialize
On
Create
initialize
On
Create
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
idl
Factory
agent
Manager
name
canister
Id
with
Visitor
with
Devtools
initialize
On
Create
ic-reactor
Loading...