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

Type: any.

Optional. Default is undefined.

arg1

Type: any.

Optional. Default is undefined.

Returns

any

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