Skip to main content

Interface: IGenshinRecordWorldExploration

Represents the world exploration record of a player in Genshin Impact.

Properties

area_exploration_list

area_exploration_list: any[]

Defined in

src/client/gi/record/interfaces/record.interface.ts:202


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:192


boss_list

boss_list: any[]

Defined in

src/client/gi/record/interfaces/record.interface.ts:204


cover

cover: string

The URL of the cover image of the exploration region.

Defined in

src/client/gi/record/interfaces/record.interface.ts:200


detail_active

detail_active: boolean

Defined in

src/client/gi/record/interfaces/record.interface.ts:210


exploration_percentage

exploration_percentage: number

The percentage of world exploration completion.

Defined in

src/client/gi/record/interfaces/record.interface.ts:149


icon

icon: string

The URL of the icon representing the exploration region.

Defined in

src/client/gi/record/interfaces/record.interface.ts:153


id

id: number

The ID of the exploration region.

Defined in

src/client/gi/record/interfaces/record.interface.ts:176


index_active

index_active: boolean

Defined in

src/client/gi/record/interfaces/record.interface.ts:208


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:196


is_hot

is_hot: boolean

Defined in

src/client/gi/record/interfaces/record.interface.ts:206


level

level: number

The current level of world exploration.

Defined in

src/client/gi/record/interfaces/record.interface.ts:145


map_url

map_url: string

The URL of the map of the exploration region.

Defined in

src/client/gi/record/interfaces/record.interface.ts:184


name

name: string

The name of the exploration region.

Defined in

src/client/gi/record/interfaces/record.interface.ts:157


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:168


parent_id

parent_id: number

The parent ID of the exploration region.

Defined in

src/client/gi/record/interfaces/record.interface.ts:180


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:188


type

type: string

The type of the exploration region.

Defined in

src/client/gi/record/interfaces/record.interface.ts:161