Function injectWatchflagFeature

  • Inject code for a new debug feature that watches when a class' property is set to true and prints to the console.

    Parameters

    • classObj: any

      The class. Widget for example

    • flagKey: string

      The key of the property to watch. "_layoutDirty" for example

    Returns void