Table of Contents

Class NodeParamDisconnectedEventArgs

Namespace
OpenQA.Selenium.DevTools.V85.WebAudio
Assembly
WebDriver.dll

NodeParamDisconnected

public sealed class NodeParamDisconnectedEventArgs : EventArgs
Inheritance
NodeParamDisconnectedEventArgs
Inherited Members

Properties

ContextId

Gets or sets the contextId

[JsonPropertyName("contextId")]
public string ContextId { get; set; }

Property Value

string

DestinationId

Gets or sets the destinationId

[JsonPropertyName("destinationId")]
public string DestinationId { get; set; }

Property Value

string

SourceId

Gets or sets the sourceId

[JsonPropertyName("sourceId")]
public string SourceId { get; set; }

Property Value

string

SourceOutputIndex

Gets or sets the sourceOutputIndex

[JsonPropertyName("sourceOutputIndex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public double? SourceOutputIndex { get; set; }

Property Value

double?