GetNodeForLocationReturn

@Serializable
data class GetNodeForLocationReturn(val backendNodeId: Int, val frameId: String, val nodeId: Int?)

Constructors

Link copied to clipboard
constructor(backendNodeId: Int, frameId: String, nodeId: Int?)

Properties

Link copied to clipboard

Resulting node.

Link copied to clipboard

Frame this node belongs to.

Link copied to clipboard
val nodeId: Int?

Id of the node at given coordinates, only when enabled and requested document.