Delete

indigo.shared.events.StorageEvent.Delete
final case class Delete(key: String) extends StorageEvent

Delete a data entry from local storage

Value parameters

key

the unique key of the data to delete.

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

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product