Class PerformanceObserverInit
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[ToObject]
public class PerformanceObserverInit
- Inheritance
-
PerformanceObserverInit
- Inherited Members
-
Constructors
public PerformanceObserverInit()
Fields
[Value("buffered")]
public bool Buffered
Field Value
- bool
[Value("durationThreshold")]
public Number DurationThreshold
Field Value
- Number
EntryTypes
[Value("entryTypes")]
public List<string> EntryTypes
Field Value
- List<string>
[Value("type")]
public string Type
Field Value
- string