ForceShowPopoverResponse

@Serializable
data class ForceShowPopoverResponse(val nodeIds: List<NodeId>)

Response type for the DOMDomain.forceShowPopover command.

Constructors

Link copied to clipboard
constructor(nodeIds: List<NodeId>)

Properties

Link copied to clipboard

List of popovers that were closed in order to respect popover stacking order.