Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/ControlVisitor

Functions

Functions

visitControls

  • visitControls(control: IControl, fn: function): void
  • Visits all controls in a control tree and calls fn(control) for each.

    Parameters

    • control: IControl

      Control

    • fn: function

      Function to run on each control

    Returns void