ForceShowPopoverRequest

@Serializable
data class ForceShowPopoverRequest(val nodeId: NodeId, val enable: Boolean)

Request object containing input parameters for the DOMDomain.forceShowPopover command.

Constructors

Link copied to clipboard
constructor(nodeId: NodeId, enable: Boolean)

Properties

Link copied to clipboard

If true, opens the popover and keeps it open. If false, closes the popover if it was previously force-opened.

Link copied to clipboard

Id of the popover HTMLElement