pl.wendigo.chrome.api.runtime / PropertyPreview

PropertyPreview

data class PropertyPreview (source)

Link
Runtime#PropertyPreview type documentation.

Constructors

<init>

PropertyPreview(name: String, type: String, value: String? = null, valuePreview: ObjectPreview? = null, subtype: String? = null)

Properties

name

val name: String

Property name.

subtype

val subtype: String?

Object subtype hint. Specified for object type values only.

type

val type: String

Object type. Accessor means that the property itself is an accessor property.

value

val value: String?

User-friendly property value string.

valuePreview

val valuePreview: ObjectPreview?

Nested value preview.