map.apps Bundle APIs 4.20.0
    Preparing search index...

    Type Alias ChildVisitCallbackInternal

    ChildVisitCallback: (
        node: ASTNode,
        childIndex: number,
        childrenCount: number,
    ) => void

    Callback method that is triggered while walking over child nodes on an AST.

    Type declaration

      • (node: ASTNode, childIndex: number, childrenCount: number): void
      • Parameters

        • node: ASTNode
        • childIndex: number
        • childrenCount: number

        Returns void