ReadonlyRecord

interface ReadonlyRecord<K : JsAny, out V : JsAny?>(source)

Inheritors

Functions

Link copied to clipboard
open operator fun get(key: K): V?
Link copied to clipboard
inline operator fun <V : JsAny?> ReadonlyRecord<JsAny, V>.get(key: String): V?
inline operator fun <V : JsAny?> ReadonlyRecord<JsString, V>.get(key: String): V?