DisBot
Preparing search index...
types/drawcardoptions
DrawCardOptions
Interface DrawCardOptions
interface
DrawCardOptions
{
avatar
:
{
image
:
string
;
outlineColor
:
string
;
outlineWidth
:
number
}
;
card
:
{
background
:
string
;
blur
:
number
;
border
:
boolean
;
rounded
:
boolean
;
}
;
text
:
{
color
:
string
;
subtitle
:
string
;
text
:
string
;
title
:
string
}
;
theme
:
"code"
|
"dark"
|
"circuit"
;
}
Index
Properties
avatar
card
text
theme
Properties
avatar
avatar
:
{
image
:
string
;
outlineColor
:
string
;
outlineWidth
:
number
}
card
card
:
{
background
:
string
;
blur
:
number
;
border
:
boolean
;
rounded
:
boolean
}
text
text
:
{
color
:
string
;
subtitle
:
string
;
text
:
string
;
title
:
string
}
theme
theme
:
"code"
|
"dark"
|
"circuit"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
avatar
card
text
theme
DisBot
Loading...