Interface: IGameRecordCard
Interface for representing a game record card.
Properties
background_color
• background_color: string
Defined in
src/client/hoyolab/hoyolab.interface.ts:115
background_image
• background_image: string
Defined in
src/client/hoyolab/hoyolab.interface.ts:100
data
• data: { name
: string
; type
: number
; value
: string
}[]
Defined in
src/client/hoyolab/hoyolab.interface.ts:102
data_switches
• data_switches: { is_public
: boolean
; switch_id
: string
; switch_name
: string
}[]
Defined in
src/client/hoyolab/hoyolab.interface.ts:109
game_id
• game_id: number
Defined in
src/client/hoyolab/hoyolab.interface.ts:95
game_role_id
• game_role_id: string
Defined in
src/client/hoyolab/hoyolab.interface.ts:96
h5_data_switches
• h5_data_switches: any
[]
Defined in
src/client/hoyolab/hoyolab.interface.ts:114
has_role
• has_role: boolean
Defined in
src/client/hoyolab/hoyolab.interface.ts:94
is_public
• is_public: boolean
Defined in
src/client/hoyolab/hoyolab.interface.ts:101
level
• level: number
Defined in
src/client/hoyolab/hoyolab.interface.ts:99
nickname
• nickname: string
Defined in
src/client/hoyolab/hoyolab.interface.ts:97
region
• region: string
Defined in
src/client/hoyolab/hoyolab.interface.ts:98
region_name
• region_name: string
Defined in
src/client/hoyolab/hoyolab.interface.ts:107
url
• url: string