WtfScopeFn

interface

A scope function for the Web Tracing Framework (WTF).

interface WtfScopeFn {
  (arg0?: any, arg1?: any): any
}

Methods

(arg0?: any, arg1?: any): any

Parameters
arg0 any

Optional. Default is undefined.

arg1 any

Optional. Default is undefined.

Returns

any

© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v7.angular.io/api/core/WtfScopeFn