Loaded

indigo.shared.events.StorageEvent$.Loaded
final case class Loaded(key: String, data: Option[String]) extends StorageEvent

Successful data load response.

Value parameters

data

the data retreived from local storage, if it exists.

key

the unique key of the data that was loaded.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StorageEvent
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product