Preview 2.0 is now in Public Beta!
Read the Announcement
WrappedValue

Summary

Constructors

constructor

Properties

wrapped

Methods

unwrap
wrap

Constructors

constructor

new WrappedValue(value: any): WrappedValue
Parameter Default Description
value
any

Returns WrappedValue

Properties

Methods

unwrap

Static
unwrap(value: any): any
Parameter Default Description
value
any

Returns any

wrap

Static
wrap(value: any): WrappedValue
Parameter Default Description
value
any

Returns WrappedValue
Previous
WrapLayout