# Interface: IGenshinSpiralAbyssFloor

Represents the floor of the Spiral Abyss in Genshin Impact.

# Table of contents

# Properties

# Properties

# icon

icon: string

The icon of the floor.

# Defined in

src/modules/records/interface/spiralAbyss.interface.ts:96 (opens new window)


# index

index: number

The floor index.

# Defined in

src/modules/records/interface/spiralAbyss.interface.ts:92 (opens new window)


# is_unlock

is_unlock: boolean

Whether the floor is unlocked.

# Defined in

src/modules/records/interface/spiralAbyss.interface.ts:100 (opens new window)


# levels

levels: IGenshinSpiralAbyssLevel[]

The levels in the floor.

# Defined in

src/modules/records/interface/spiralAbyss.interface.ts:116 (opens new window)


# max_star

max_star: number

The maximum number of stars that can be obtained in the floor.

# Defined in

src/modules/records/interface/spiralAbyss.interface.ts:112 (opens new window)


# settle_time

settle_time: string

The time when the floor was completed and settled.

# Defined in

src/modules/records/interface/spiralAbyss.interface.ts:104 (opens new window)


# star

star: number

The number of stars obtained in the floor.

# Defined in

src/modules/records/interface/spiralAbyss.interface.ts:108 (opens new window)