Click or drag to resize

TimelineEventType Property

Version 102.0.100
The event type, as specified in https://w3c.github.io/performance-timeline/#dom-performanceentry-entrytype This determines which of the optional "details" fiedls is present.

Namespace:  CefSharp.DevTools.PerformanceTimeline
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public string Type { get; set; }

Property Value

Type: String
See Also