Scroll Into View If Needed Request
data class ScrollIntoViewIfNeededRequest(nodeId: NodeId?, backendNodeId: BackendNodeId?, objectId: RemoteObjectId?, rect: Rect?)
Content copied to clipboard
Represents request frame that can be used with DOM#scrollIntoViewIfNeeded operation call.
Scrolls the specified rect of the given node into view if not already visible. Note: exactly one between nodeId, backendNodeId and objectId should be passed to identify the node.
See also
Constructors
ScrollIntoViewIfNeededRequest
Link copied to clipboard
fun ScrollIntoViewIfNeededRequest(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, rect: Rect? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard