HTMLInfo typings issue - value/valueFunction mismatch

@walter

In go.d.ts file, HTMLInfo has the member “value” which is inconsistent with implementation which is labeled as “valueFunction”.

That caused customized text editor in Typescript didn’t work as the example in Javascript.

Could you please look into it and update typings?

Thanks,
Mark

Oops, another .d.ts error in new 1.7 functionality. Thanks for pointing out the problem:

      /**Gets or sets a function that returns the primary value associated with this HTMLInfo, such as the value of a text editor, which would be solicited by the TextEditingTool.*/
      valueFunction: () => any;

This will be fixed in the next release.