Class ConsoleApiArgument
Represents information about a an argument in call to the browser's console API.
public class ConsoleApiArgument
- Inheritance
-
ConsoleApiArgument
- Inherited Members
Properties
Type
Gets the type of the argument in the call to the browser's console API.
public string Type { get; }
Property Value
Value
Gets the value of the argument in the call to the browser's console API.
public string Value { get; }