Scroll Into View If Needed Request
@Serializable
Request object containing input parameters for the DOMDomain.scrollIntoViewIfNeeded command.
Constructors
Link copied to clipboard
constructor(nodeId: NodeId? = null, backendNodeId: BackendNodeId? = null, objectId: RemoteObjectId? = null, rect: Rect? = null)
Types
Link copied to clipboard
class Builder
A builder for ScrollIntoViewIfNeededRequest, which allows setting the optional parameters of the DOMDomain.scrollIntoViewIfNeeded command via a lambda.