Options
All
  • Public
  • Public/Protected
  • All
Menu

Module runtime/ControlHandler

Type aliases

CanHandleExceptionBehavior

CanHandleExceptionBehavior: "ProduceResponse" | "ReturnFalse" | "Rethrow"

Functions

_extractStateFromControlTree

  • _extractStateFromControlTree(rootControl: IControl): object
  • Visits each controls and collates the state objects.

    Parameters

    Returns object

    • [key: string]: any