CallbackProperty
external class CallbackProperty(callback: CallbackPropertyCallback, val isConstant: Boolean)(source)
A Property whose value is lazily evaluated by a callback function.
Parameters
callback
The function to be called when the property is evaluated.
See also
Properties
Functions
Link copied to clipboard
fun getValue(time: JulianDate? = definedExternally, result: ERROR CLASS: Symbol not found for JsAny?? = definedExternally): ERROR CLASS: Symbol not found for JsAny
Gets the value of the property.
Link copied to clipboard
Sets the callback to be used.