StyleSheetChanged

@Serializable
data class StyleSheetChanged(val styleSheetId: StyleSheetId) : CSSEvent(source)

Fired whenever a stylesheet is changed as a result of the client operation.

Official doc

Constructors

Link copied to clipboard
constructor(styleSheetId: StyleSheetId)

Properties

Link copied to clipboard