Factory for initializing binding instances

Hierarchy

  • Factory

Methods

  • Creates empty binding.

    Type Parameters

    • LeftPropName extends PropertyName = string

    • RightPropName extends PropertyName = string

    Returns Binding<LeftPropName, RightPropName>

    a new binding

  • Creates binding. Equivalent to Binding.create().bindTo(left, right)

    Type Parameters

    • LeftPropName extends PropertyName = string

    • RightPropName extends PropertyName = string

    Parameters

    Returns Binding<LeftPropName, RightPropName>

    a new Binding

  • Produces a value which may be returned by converter functions to signal that no further processing is required.

    Returns typeof IGNORE

    ignore symbol.

  • Wraps a promise to signal that it should be handled as plain value.

    Type Parameters

    • T

    Parameters

    • candidate: PromiseLike<T>

      a promise.

    Returns any

    a wrapper for the promise.

Generated using TypeDoc