Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BindingOptions

The options object used in the Bindable.bind method.

Hierarchy

  • BindingOptions

Index

Properties

Optional expression

expression: string

An expression used for calculations (convertions) based on the value of the property.

sourceProperty

sourceProperty: string

The property name of the source object (typically the ViewModel) to bind to.

targetProperty

targetProperty: string

The property name of the target object (that is the Bindable instance) to bind the source property to.

Optional twoWay

twoWay: boolean

True to establish a two-way binding, false otherwise. A two-way binding will synchronize both the source and the target property values regardless of which one initiated the change.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method