AdoptedStyleSheetsModifiedParameter

@Serializable
data class AdoptedStyleSheetsModifiedParameter(val nodeId: Int, val adoptedStyleSheets: List<String>)

Fired when Element's adoptedStyleSheets are modified.

Constructors

Link copied to clipboard
constructor(nodeId: Int, adoptedStyleSheets: List<String>)

Properties

Link copied to clipboard

New adoptedStyleSheets array.

Link copied to clipboard
val nodeId: Int

Id of the node that has changed.