Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
react
types
UseActorParameters
Interface UseActorParameters
interface
UseActorParameters
{
name
?:
string
;
withVisitor
?:
boolean
;
withDevtools
?:
boolean
;
initializeOnCreate
?:
boolean
;
candidString
?:
string
;
canisterId
:
types
.
CanisterId
;
idlFactory
?:
types
.
IDL
.
InterfaceFactory
;
disableAutoFetch
?:
boolean
;
}
Hierarchy (
view full
)
ActorReConfigParameters
UseActorParameters
Index
Properties
name?
with
Visitor?
with
Devtools?
initialize
On
Create?
candid
String?
canister
Id
idl
Factory?
disable
Auto
Fetch?
Properties
Optional
name
name
?:
string
Optional
with
Visitor
with
Visitor
?:
boolean
Optional
with
Devtools
with
Devtools
?:
boolean
Optional
initialize
On
Create
initialize
On
Create
?:
boolean
Optional
candid
String
candid
String
?:
string
canister
Id
canister
Id
:
types
.
CanisterId
Optional
idl
Factory
idl
Factory
?:
types
.
IDL
.
InterfaceFactory
Optional
disable
Auto
Fetch
disable
Auto
Fetch
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
name
with
Visitor
with
Devtools
initialize
On
Create
candid
String
canister
Id
idl
Factory
disable
Auto
Fetch
ic-reactor
Loading...