Trading Assistant API Documentation - v0.1.0
Preparing search index...
stores/impersonate
impersonateStore
Variable impersonateStore
Const
impersonateStore
:
{
subscribe
:
(
this
:
void
,
run
:
Subscriber
<
ImpersonateState
>
,
invalidate
?:
Invalidator
<
ImpersonateState
>
,
)
=>
Unsubscriber
;
start
:
(
user
:
{
id
:
string
;
email
:
string
;
full_name
?:
string
;
role
?:
string
}
,
)
=>
void
;
end
:
()
=>
void
;
reset
:
()
=>
void
;
}
= ...
Type Declaration
subscribe
:
(
this
:
void
,
run
:
Subscriber
<
ImpersonateState
>
,
invalidate
?:
Invalidator
<
ImpersonateState
>
,
)
=>
Unsubscriber
start
:
(
user
:
{
id
:
string
;
email
:
string
;
full_name
?:
string
;
role
?:
string
}
)
=>
void
end
:
()
=>
void
reset
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Trading Assistant API Documentation - v0.1.0
Loading...