Click or drag to resize

TimelineEventType Property

Version 118.6.80
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.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax
public string Type { get; set; }

Property Value

Type: String
See Also