PropertyPreviewType

@Serializable(with = PropertyPreviewTypeSerializer::class)
sealed interface PropertyPreviewType

This enum doesn't have a proper description because it was generated from an inline declaration. Its name was inferred based on the place where it is used:

  • the property 'type' of the type 'PropertyPreview'

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object accessor : PropertyPreviewType
Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object bigint : PropertyPreviewType
Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object boolean : PropertyPreviewType
Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object function : PropertyPreviewType
Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : PropertyPreviewType

This extra enum entry represents values returned by Chrome that were not defined in the protocol (for instance new values that were added later).

Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object number : PropertyPreviewType
Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object object : PropertyPreviewType
Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object string : PropertyPreviewType
Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object symbol : PropertyPreviewType
Link copied to clipboard
@Serializable(with = PropertyPreviewTypeSerializer::class)
data object undefined : PropertyPreviewType