Class TrackComputedStyleUpdatesCommandSettings
TrackComputedStyleUpdates
public sealed class TrackComputedStyleUpdatesCommandSettings : ICommand- Inheritance
- 
      
      TrackComputedStyleUpdatesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
PropertiesToTrack
Gets or sets the propertiesToTrack
[JsonPropertyName("propertiesToTrack")]
public CSSComputedStyleProperty[] PropertiesToTrack { get; set; }