chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.css / Value

Value

data class Value

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

Constructors

<init>

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

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

Properties

range

Value range in the underlying resource (if available).

val range: SourceRange?

text

Value text.

val text: String