vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function visitObject

    • Recursively visit each property of an object and any nested objects it has, for arrays visits all elements. Does not visit functions if they exist.

      Type Parameters

      • T

      Parameters

      • obj: T

        Object for which on each property the property visitor is called

      • propertyVisitor: (prop: string, value: any, owner: any) => void

        Visitor function called for each property

      • OptionalthisArg: any

      Returns T