dir

abstract fun dir(item: JsAny? = definedExternally, options: JsAny? = definedExternally)(source)

The console.dir() static method displays a list of the properties of the specified JavaScript object.

MDN Reference