Set Attributes As Text Request
data class SetAttributesAsTextRequest(nodeId: NodeId, text: String, name: String?)
Content copied to clipboard
Represents request frame that can be used with DOM#setAttributesAsText operation call.
Sets attributes on element with given id. This method is useful when user edits some existing attribute value and types in several attribute name/value pairs.
See also
Constructors
SetAttributesAsTextRequest
Link copied to clipboard
fun SetAttributesAsTextRequest(nodeId: NodeId, text: String, name: String? = null)
Content copied to clipboard
Properties
Sources
jvm source
Link copied to clipboard