accepts

open override fun accepts(value: Any?, property: KProperty<*>): Boolean

Tells if this handler accepts the given property Called for each variable in the cells executed by users, except those names are starting from TEMP_PROPERTY_PREFIX or those that have been already consumed by another handler

Parameters

value

Property value

property

Property compile-time information