Skip to main content

Interface: IGenshinCharacterConstellation

Defines the shape of a Genshin Impact character constellation object.

Properties

effect

effect: string

The effect of the constellation.

Defined in

src/client/gi/record/interfaces/characters.interface.ts:143


icon

icon: string

The icon of the constellation.

Defined in

src/client/gi/record/interfaces/characters.interface.ts:139


id

id: number

The unique identifier of the constellation.

Defined in

src/client/gi/record/interfaces/characters.interface.ts:131


is_actived

is_actived: boolean

Whether the constellation is activated.

Defined in

src/client/gi/record/interfaces/characters.interface.ts:147


name

name: string

The name of the constellation.

Defined in

src/client/gi/record/interfaces/characters.interface.ts:135


pos

pos: number

The position of the constellation.

Defined in

src/client/gi/record/interfaces/characters.interface.ts:151