Preview 2.0 is now in Public Beta!
Read the Announcement
Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
CoercibleProperty

Summary

Constructors

constructor

new CoercibleProperty<T, U>(options: CoerciblePropertyOptions<T, U>): CoercibleProperty<T, U>
Parameter Default Description
options
CoerciblePropertyOptions<T, U>

Returns CoercibleProperty<T, U>

Properties

coerce

Readonly
coerce: (target: T) => void
Previous
ChangeType
Next
Color