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