InspectPanelShowRequested

@Serializable
data class InspectPanelShowRequested(val backendNodeId: BackendNodeId) : OverlayEvent

Fired when user asks to show the Inspect panel.

Official doc

Constructors

Link copied to clipboard
constructor(backendNodeId: BackendNodeId)

Properties

Link copied to clipboard

Id of the node to show in the panel.