CSSStartingStyle

@Serializable
data class CSSStartingStyle(val range: CSS.SourceRange? = null, val styleSheetId: String? = null)

CSS Starting Style at-rule descriptor.

Constructors

Link copied to clipboard
constructor(range: CSS.SourceRange? = null, styleSheetId: String? = null)

Properties

Link copied to clipboard
val range: CSS.SourceRange? = null

The associated rule header range in the enclosing stylesheet (if available).

Link copied to clipboard
val styleSheetId: String? = null

Identifier of the stylesheet containing this object (if exists).