ic-reactor
Example
GitHub
Preparing search index...
core
types
ActorManagerParameters
Interface ActorManagerParameters
interface
ActorManagerParameters
{
idlFactory
:
types
.
IDL
.
InterfaceFactory
;
agentManager
:
classes
.
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
idlFactory
:
types
.
IDL
.
InterfaceFactory
agent
Manager
agentManager
:
classes
.
AgentManager
Optional
name
name
?:
string
canister
Id
canisterId
:
types
.
CanisterId
Optional
with
Visitor
withVisitor
?:
boolean
Optional
with
Devtools
withDevtools
?:
boolean
Optional
initialize
On
Create
initializeOnCreate
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
idl
Factory
agent
Manager
name
canister
Id
with
Visitor
with
Devtools
initialize
On
Create
Example
GitHub
ic-reactor
Loading...