ic-reactor
Example
GitHub
Preparing search index...
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 Summary
)
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
withVisitor
?:
boolean
Optional
with
Devtools
withDevtools
?:
boolean
Optional
initialize
On
Create
initializeOnCreate
?:
boolean
Optional
candid
String
candidString
?:
string
canister
Id
canisterId
:
types
.
CanisterId
Optional
idl
Factory
idlFactory
?:
types
.
IDL
.
InterfaceFactory
Optional
disable
Auto
Fetch
disableAutoFetch
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
name
with
Visitor
with
Devtools
initialize
On
Create
candid
String
canister
Id
idl
Factory
disable
Auto
Fetch
Example
GitHub
ic-reactor
Loading...