Class TrackComputedStyleUpdatesCommandSettings
Starts tracking the given computed styles for updates. The specified array of properties replaces the one previously specified. Pass empty array to disable tracking. Use takeComputedStyleUpdates to retrieve the list of nodes that had properties modified. The changes to computed style properties are only tracked for nodes pushed to the front-end by the DOM agent. If no changes to the tracked properties occur after the node has been pushed to the front-end, no updates will be issued for the node.
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; }