Type Alias: SaveSlotsData
SaveSlotsData =
object
Defined in: packages/core/src/saves/types.ts:42
Represents the state of save slots, used by React hooks
Properties
data
data:
GameSave[]
Defined in: packages/core/src/saves/types.ts:52
Array of game saves
error
error:
Error|null
Defined in: packages/core/src/saves/types.ts:50
Error object if an error occurred
isEmpty
isEmpty:
boolean
Defined in: packages/core/src/saves/types.ts:44
Whether there are no saves
isError
isError:
boolean
Defined in: packages/core/src/saves/types.ts:48
Whether there was an error loading saves
isLoading
isLoading:
boolean
Defined in: packages/core/src/saves/types.ts:46
Whether saves are currently being loaded