TimelineEvent Class |
Namespace: CefSharp.DevTools.PerformanceTimeline
The TimelineEvent type exposes the following members.
Name | Description | |
---|---|---|
![]() | TimelineEvent | Initializes a new instance of the TimelineEvent class |
Name | Description | |
---|---|---|
![]() | Duration |
Event duration, if applicable.
|
![]() | FrameId |
Identifies the frame that this event is related to. Empty for non-frame targets.
|
![]() | LayoutShiftDetails |
LayoutShiftDetails
|
![]() | LcpDetails |
LcpDetails
|
![]() | Name |
Name may be empty depending on the type.
|
![]() | Time |
Time in seconds since Epoch, monotonically increasing within document lifetime.
|
![]() | Type |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToDictionary | (Inherited from DevToolsDomainEntityBase.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |