EventDetail

interface EventDetail : JsAny

JavaScript event detail interface for storage change notifications.

This interface represents the detail object passed with custom storage events, containing information about which storage key was modified and its new value.

Properties

Link copied to clipboard
abstract val key: String

The storage key that was modified.

Link copied to clipboard
abstract val value: String

The new value associated with the key.