ic-reactor
Example
GitHub
Preparing search index...
react
types
AgentContext
Interface AgentContext
interface
AgentContext
{
agentManager
:
types
.
AgentManager
;
useAgent
:
()
=>
undefined
|
types
.
HttpAgent
;
useAgentState
:
()
=>
types
.
AgentState
;
useAuth
:
(
options
?:
UseAuthParameters
)
=>
UseAuthReturnType
;
useAuthState
:
()
=>
types
.
AuthState
;
useUserPrincipal
:
()
=>
undefined
|
types
.
Principal
;
}
Hierarchy (
View Summary
)
AgentHooksReturnType
AuthHooksReturnType
AgentContext
Index
Properties
agent
Manager
use
Agent
use
Agent
State
use
Auth
use
Auth
State
use
User
Principal
Properties
agent
Manager
agentManager
:
types
.
AgentManager
use
Agent
useAgent
:
()
=>
undefined
|
types
.
HttpAgent
use
Agent
State
useAgentState
:
()
=>
types
.
AgentState
use
Auth
useAuth
:
(
options
?:
UseAuthParameters
)
=>
UseAuthReturnType
use
Auth
State
useAuthState
:
()
=>
types
.
AuthState
use
User
Principal
useUserPrincipal
:
()
=>
undefined
|
types
.
Principal
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Manager
use
Agent
use
Agent
State
use
Auth
use
Auth
State
use
User
Principal
Example
GitHub
ic-reactor
Loading...