SetAttributesAsTextParameter

@Serializable
data class SetAttributesAsTextParameter(val nodeId: Int, val text: String, val name: String? = null)

Constructors

Link copied to clipboard
constructor(nodeId: Int, text: String, name: String? = null)

Properties

Link copied to clipboard
val name: String? = null

Attribute name to replace with new attributes derived from text in case text parsed successfully.

Link copied to clipboard
val nodeId: Int

Id of the element to set attributes for.

Link copied to clipboard

Text with a number of attributes. Will parse this text using HTML parser.