pl.wendigo.chrome.api.dom / InlineStyleInvalidatedEvent

InlineStyleInvalidatedEvent

data class InlineStyleInvalidatedEvent : Event (source)

Fired when Element's inline style is modified via a CSS property modification.

Link
DOM#inlineStyleInvalidated event documentation.

Constructors

<init>

InlineStyleInvalidatedEvent(nodeIds: List<NodeId>)

Fired when Element's inline style is modified via a CSS property modification.

Properties

nodeIds

val nodeIds: List<NodeId>

Ids of the nodes for which the inline styles have been invalidated.

Inherited Functions

protocolDomain

fun protocolDomain(): String