Class ForceShowPopoverCommandSettings
When enabling, this API force-opens the popover identified by nodeId and keeps it open until disabled.
public sealed class ForceShowPopoverCommandSettings : ICommand
- Inheritance
-
ForceShowPopoverCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Enable
If true, opens the popover and keeps it open. If false, closes the popover if it was previously force-opened.
[JsonPropertyName("enable")]
public bool Enable { get; set; }
Property Value
NodeId
Id of the popover HTMLElement
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }