Class ConsoleProfileFinishedEventArgs
ConsoleProfileFinished
public sealed class ConsoleProfileFinishedEventArgs : EventArgs
- Inheritance
-
ConsoleProfileFinishedEventArgs
- Inherited Members
Properties
Id
Gets or sets the id
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Location
Location of console.profileEnd().
[JsonPropertyName("location")]
public Location Location { get; set; }
Property Value
Profile
Gets or sets the profile
[JsonPropertyName("profile")]
public Profile Profile { get; set; }
Property Value
Title
Profile title passed as an argument to console.profile().
[JsonPropertyName("title")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Title { get; set; }