ic-reactor
Example
GitHub
Preparing search index...
react
types
ActorProviderProps
Interface ActorProviderProps
interface
ActorProviderProps
{
name
?:
string
;
withVisitor
?:
boolean
;
withDevtools
?:
boolean
;
initializeOnCreate
?:
boolean
;
children
?:
ReactNode
;
candidString
?:
string
;
fetchingComponent
?:
ReactNode
;
errorComponent
?:
(
error
:
string
)
=>
ReactNode
;
loadingComponent
?:
ReactNode
;
authenticatingComponent
?:
ReactNode
;
didjsId
?:
string
;
canisterId
?:
types
.
CanisterId
;
idlFactory
?:
types
.
IDL
.
InterfaceFactory
;
disableAutoFetch
?:
boolean
;
}
Hierarchy (
View Summary
)
CreateActorContextParameters
ActorProviderProps
Index
Properties
name?
with
Visitor?
with
Devtools?
initialize
On
Create?
children?
candid
String?
fetching
Component?
error
Component?
loading
Component?
authenticating
Component?
didjs
Id?
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
children
children
?:
ReactNode
Optional
candid
String
candidString
?:
string
Optional
fetching
Component
fetchingComponent
?:
ReactNode
Optional
error
Component
errorComponent
?:
(
error
:
string
)
=>
ReactNode
Optional
loading
Component
loadingComponent
?:
ReactNode
Optional
authenticating
Component
authenticatingComponent
?:
ReactNode
Optional
didjs
Id
didjsId
?:
string
Optional
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
children
candid
String
fetching
Component
error
Component
loading
Component
authenticating
Component
didjs
Id
canister
Id
idl
Factory
disable
Auto
Fetch
Example
GitHub
ic-reactor
Loading...