value
The managed value’s underlying JavaScript value.
Declaration
var value: JSValue! { get }Discussion
If the JavaScript garbage collector removes the underlying value, this property becomes nil.
The managed value’s underlying JavaScript value.
var value: JSValue! { get }If the JavaScript garbage collector removes the underlying value, this property becomes nil.