RefObject

external interface RefObject<T : Any> : Ref<T> (source)

Properties

Link copied to clipboard
abstract var current: T?