Function isDebugFeatureEnabled

  • Check if a debug feature is enabled.

    Returns

    Returns true if the debug feature is enabled. If the feature doesn't exist or ins't enabled, returns false.

    Parameters

    • debugFeature: string

      The debug feature name, for example, "watchflag.Widget._dirty"

    Returns boolean

Generated using TypeDoc