Class ForceShowInterestCommandSettings
When enabling, this API forces an element to gain interest in its target, keeping interest active until disabled.
public sealed class ForceShowInterestCommandSettings : ICommand
- Inheritance
-
ForceShowInterestCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enable
If true, opens and holds interest. If false, releases forced interest.
[JsonPropertyName("enable")]
public bool Enable { get; set; }
Property Value
NodeId
Id of the interest invoker HTMLElement.
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }