get

fun get(target: ERROR CLASS: Symbol not found for JsAny, propertyKey: PropertyKey): ERROR CLASS: Symbol not found for JsAny??(source)

Gets the property of target, equivalent to target[propertyKey] when receiver === target.

Parameters

target

Object that contains the property on itself or in its prototype chain.

propertyKey

The property name.

MDN Reference


fun get(target: ERROR CLASS: Symbol not found for JsAny, propertyKey: String): ERROR CLASS: Symbol not found for JsAny??(source)