Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TraverseProcessor

Hierarchy

  • TraverseProcessor

Callable

  • Processor for object leaves. After processing it must return new value or the old one.

    Parameters

    • currentPath: string

      Path to current property in dot notation.

    • value: TraversableValue

      Value of current property.

    Returns TraversableValue

    Processed value.