GetAttributesResponse

@Serializable
data class GetAttributesResponse(val attributes: List<String>)(source)

Response type for the DOMDomain.getAttributes command.

Constructors

Link copied to clipboard
constructor(attributes: List<String>)

Properties

Link copied to clipboard

An interleaved array of node attribute names and values.