Example
GitHub
Preparing search index...
The search index is not available
ic-reactor
ic-reactor
react
types
CandidAdapterProviderProps
Interface CandidAdapterProviderProps
interface
CandidAdapterProviderProps
{
children
?:
ReactNode
;
agentManager
?:
types
.
AgentManager
;
agent
?:
types
.
HttpAgent
;
didjsCanisterId
?:
string
;
withParser
?:
boolean
;
loadingComponent
?:
ReactNode
;
}
Hierarchy (
view full
)
PropsWithChildren
types
.
CandidAdapterParameters
CandidAdapterProviderProps
Index
Properties
children?
agent
Manager?
agent?
didjs
Canister
Id?
with
Parser?
loading
Component?
Properties
Optional
children
children
?:
ReactNode
Optional
agent
Manager
agent
Manager
?:
types
.
AgentManager
Optional
agent
agent
?:
types
.
HttpAgent
Optional
didjs
Canister
Id
didjs
Canister
Id
?:
string
Optional
with
Parser
with
Parser
?:
boolean
Optional
loading
Component
loading
Component
?:
ReactNode
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
children
agent
Manager
agent
didjs
Canister
Id
with
Parser
loading
Component
ic-reactor
Loading...