Documentation

class Bindingconstructor

new Binding()

Creates a new binding for given property and default value.

constructor(
source?: string | symbol | Binding | Binding.Options,
defaultValue?: T,
);

Parameters

Related