Table of Contents

Class PerformanceObserverInit

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class PerformanceObserverInit
Inheritance
PerformanceObserverInit
Inherited Members

Constructors

PerformanceObserverInit()

public PerformanceObserverInit()

Fields

Buffered

[Value("buffered")]
public bool Buffered

Field Value

bool

DurationThreshold

[Value("durationThreshold")]
public Number DurationThreshold

Field Value

Number

EntryTypes

[Value("entryTypes")]
public List<string> EntryTypes

Field Value

List<string>

Type

[Value("type")]
public string Type

Field Value

string