data class PropertyWithOwner(val property: KProperty1<*, *>, val owner: KClass<out Node>)

A property with its owning class

Parameters

property

the property

owner

the class which owns the property

Constructors

Link copied to clipboard
constructor(property: KProperty1<*, *>, owner: KClass<out Node>)

Properties

Link copied to clipboard
val owner: KClass<out Node>
Link copied to clipboard
val property: KProperty1<*, *>