Type alias TargetConversion

GoJS® Diagramming Components
version 3.0.1
by Northwoods Software®

For bindings: A side-effect-free function converting the data property value to the value to set the target property. If the function is null or not supplied, no conversion takes place.

Type declaration

    • (val: any, targetObj: any): any
    • Parameters

      • val: any
      • targetObj: any

      Returns any