Skip to main content

Reference

Reference

Kind: global class

reference.onReleased ⇒ Signal.<this, T>

Kind: instance property of Reference

reference.bind(value)

Kind: instance method of Reference

ParamType
valueT

reference.getValue() ⇒ T

Kind: instance method of Reference

reference.release()

Release value being referenced. After this the held value is set to null This method is idempotent, calling it multiple times is safe

Kind: instance method of Reference

Reference.NULL : Readonly.<Reference>

Special NULL reference that can be used to indicate lack of reference

Kind: static property of Reference
Read only: true