Preparing search index...
The search index is not available
replugged
replugged
types
RepluggedConnection
Interface RepluggedConnection
interface
RepluggedConnection
{
color
:
string
;
enabled
:
boolean
;
fetchAccount
:
(
(
id
:
string
)
=>
Promise
<
ConnectedAccount
>
)
;
getPlatformUserUrl
?:
(
(
account
:
ConnectedAccount
)
=>
string
)
;
icon
:
{
darkSVG
:
string
;
lightSVG
:
string
;
}
;
name
:
string
;
onConnect
:
(
(
)
=>
void
)
;
onDisconnect
:
(
(
)
=>
void
)
;
setVisibility
:
(
(
visible
:
boolean
)
=>
boolean
|
void
)
;
type
:
string
;
}
Index
Properties
color
enabled
fetch
Account
get
Platform
User
Url?
icon
name
on
Connect
on
Disconnect
set
Visibility
type
Properties
color
color
:
string
enabled
enabled
:
boolean
fetch
Account
fetch
Account
:
(
(
id
:
string
)
=>
Promise
<
ConnectedAccount
>
)
Optional
get
Platform
User
Url
get
Platform
User
Url
?:
(
(
account
:
ConnectedAccount
)
=>
string
)
icon
icon
:
{
darkSVG
:
string
;
lightSVG
:
string
;
}
name
name
:
string
on
Connect
on
Connect
:
(
(
)
=>
void
)
on
Disconnect
on
Disconnect
:
(
(
)
=>
void
)
set
Visibility
set
Visibility
:
(
(
visible
:
boolean
)
=>
boolean
|
void
)
type
type
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
color
enabled
fetch
Account
get
Platform
User
Url
icon
name
on
Connect
on
Disconnect
set
Visibility
type
replugged
Loading...