pl.wendigo.chrome.api.css / Value

Value

data class Value (source)

Data for a simple selector (these are delimited by commas in a selector list).

Link
CSS#Value type documentation.

Constructors

<init>

Value(text: String, range: SourceRange? = null)

Data for a simple selector (these are delimited by commas in a selector list).

Properties

range

val range: SourceRange?

Value range in the underlying resource (if available).

text

val text: String

Value text.