Function bindToValue

  • Binds a property to a value in an object. If the object is a string, it is used as a property name in this.

    Parameters

    • __namedParameters: {
          invProcessVal?: (val: any) => any;
          key?: ValOrFunc<ValOrArr<string | symbol>>;
          obj?: any;
          onChange?: string | (...args: any[]) => any;
          onChangeParams?: boolean;
          processVal?: (newVal: any) => any;
      }

    Returns PropertyDecorator

MMNEPVFCICPMFPCPTTAAATR