Type
This type is used to show the properties of leaderboardCard()
options
data object
β
Property | Type | Optional | Default | Description |
---|---|---|---|---|
artworkColors | [HexString, HexString] | β | ["#374bff", "#5f69ff"] or ["#ffa237", "#ffcc6b"] | The artwork colors. |
artworkImage | URL | β | The artwork image. | |
backgroundColor | HexString | β | #000000 | The background color. |
backgroundImage | URL | β | The background image. | |
borderColors | [HexString, HexString] | β | ["#374bff", "#5f69ff"] or ["#ffa237", "#ffcc6b"] | The border colors. |
fallbackFont | HexString | β | The fallback font file. | |
light | boolean | β | false | Whether to use light mode. |
primaryFont | HexString | β | Baloo2 | The font file path. |
rowColors | [HexString, HexString] | β | ["#1e1e1e", "#282828"] or ["#dcdcdc", "#c8c8c8"] | The even & odd row colors. |
rowOpacity | number | β | 0.5 or 1 | The row opacity. |
secondaryFont | HexString | β | The font file path. |