GoJS API
/ to search
    Preparing search index...

    Type Alias TargetConversion

    TargetConversion: ((val: any, targetObj: any) => any) | null

    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.