storageKey

oxygen.ui.web.service.LocalStorage.storageKey
object storageKey

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
storageKey.type

Members list

Value members

Concrete methods

def apply(key: String): StorageKey[String]
def json[A](key: String)(using codec: JsonCodec[A]): StorageKey[A]
def string[A](key: String)(using codec: StringCodec[A]): StorageKey[A]