CSSNavigation

@Serializable
data class CSSNavigation(val text: String, val active: Boolean? = null, val range: CSS.SourceRange? = null, val styleSheetId: String? = null)

CSS Navigation at-rule descriptor.

Constructors

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

Properties

Link copied to clipboard
val active: Boolean? = null

Whether the navigation condition is satisfied.

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).

Link copied to clipboard

Navigation rule text.