window.kaolin
    Preparing search index...

    Function getFunctionByName

    • Resolve a dot-separated path string to a function on the global window object. Logs an error and returns undefined if any path segment is missing or the resolved value is not a function.

      Parameters

      • functionPathString: string

        Dot-separated path, e.g. 'kaolin.util.myFn'.

      Returns any

      The resolved function, or undefined if not found.