Preparing search index...
The search index is not available
pureboard
pureboard
client/interface
IClient
Interface IClient
interface
IClient
{
onAuthorized
:
Signal
<
(
error
:
any
)
=>
void
>
;
onDisconnected
:
Signal
<
(
error
:
any
)
=>
void
>
;
authorize
(
token
:
string
)
:
Promise
<
undefined
|
UserInfo
>
;
call
<
T
>
(
method
:
string
,
...
params
:
unknown
[]
)
:
Promise
<
T
>
;
connect
()
:
Promise
<
void
>
;
disconnect
()
:
void
;
getUserInfo
()
:
undefined
|
UserInfo
;
on
(
name
:
string
,
method
:
(
...
args
:
any
[]
)
=>
void
)
:
SignalConnection
;
reconnect
()
:
Promise
<
void
>
;
}
Index
Properties
on
Authorized
on
Disconnected
Methods
authorize
call
connect
disconnect
get
User
Info
on
reconnect
Properties
on
Authorized
onAuthorized
:
Signal
<
(
error
:
any
)
=>
void
>
on
Disconnected
onDisconnected
:
Signal
<
(
error
:
any
)
=>
void
>
Methods
authorize
authorize
(
token
:
string
)
:
Promise
<
undefined
|
UserInfo
>
Parameters
token
:
string
Returns
Promise
<
undefined
|
UserInfo
>
call
call
<
T
>
(
method
:
string
,
...
params
:
unknown
[]
)
:
Promise
<
T
>
Type Parameters
T
Parameters
method
:
string
...
params
:
unknown
[]
Returns
Promise
<
T
>
connect
connect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
disconnect
disconnect
()
:
void
Returns
void
get
User
Info
getUserInfo
()
:
undefined
|
UserInfo
Returns
undefined
|
UserInfo
on
on
(
name
:
string
,
method
:
(
...
args
:
any
[]
)
=>
void
)
:
SignalConnection
Parameters
name
:
string
method
:
(
...
args
:
any
[]
)
=>
void
Returns
SignalConnection
reconnect
reconnect
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Authorized
on
Disconnected
Methods
authorize
call
connect
disconnect
get
User
Info
on
reconnect
pureboard
Loading...