Interface: IGenshinRecordWorldExploration
Represents the world exploration record of a player in Genshin Impact.
Properties
background_image
• background_image: string
The URL of the background image of the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:181
cover
• cover: string
The URL of the cover image of the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:189
exploration_percentage
• exploration_percentage: number
The percentage of world exploration completion.
Defined in
src/client/gi/record/interfaces/record.interface.ts:138
icon
• icon: string
The URL of the icon representing the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:142
id
• id: number
The ID of the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:165
inner_icon
• inner_icon: string
The URL of the inner icon of the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:185
level
• level: number
The current level of world exploration.
Defined in
src/client/gi/record/interfaces/record.interface.ts:134
map_url
• map_url: string
The URL of the map of the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:173
name
• name: string
The name of the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:146
offerings
• offerings: { icon
: string
; level
: number
; name
: string
}[]
An array of offerings available in the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:157
parent_id
• parent_id: number
The parent ID of the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:169
strategy_url
• strategy_url: string
The URL of the strategy guide of the exploration region.
Defined in
src/client/gi/record/interfaces/record.interface.ts:177
type
• type: string
The type of the exploration region.