API reference
StorageOptions
strata-game-library/capacitor
strata-game-library/capacitor / StorageOptions
Interface: StorageOptions
Defined in: definitions.ts:155
Storage options for game save data.
Properties
namespace?
optionalnamespace:string
Defined in: definitions.ts:161
Namespace prefix for all keys (e.g., 'mygame' -> 'strata:mygame:key'). Helps isolate game data from other localStorage usage.
Default
'strata'