Documentation

class Bindinginterface

interface Binding​.BindProperty

Creates a new binding to observe the specified property.

interface BindProperty<T>;

Notes

Parameters

Return value

A new binding, typed as the new value or undefined

Related