Preview 2.0 is now in Public Beta!
Read the Announcement
BindingOptions
interface BindingOptions {
  expression: string;
  sourceProperty: string;
  targetProperty: string;
  twoWay: boolean;
}

Summary

Properties

expression

sourceProperty

sourceProperty: string

targetProperty

targetProperty: string

twoWay