CSSStartingStyle

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

CSS Starting Style at-rule descriptor.

Official doc

Constructors

Link copied to clipboard
constructor(range: SourceRange? = null, styleSheetId: StyleSheetId? = null)

Properties

Link copied to clipboard

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

Link copied to clipboard

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