PropertyPreviewSubtype

@Serializable(with = PropertyPreviewSubtypeSerializer::class)
sealed interface PropertyPreviewSubtype

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 'subtype' of the type 'PropertyPreview'

Official doc

Inheritors

Types

Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object array : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object arraybuffer : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object dataview : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object date : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object error : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object generator : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object iterator : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object map : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object node : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data class NotDefinedInProtocol(val value: String) : PropertyPreviewSubtype

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 = PropertyPreviewSubtypeSerializer::class)
data object null : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object promise : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object proxy : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object regexp : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object set : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object typedarray : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object wasmvalue : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object weakmap : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object weakset : PropertyPreviewSubtype
Link copied to clipboard
@Serializable(with = PropertyPreviewSubtypeSerializer::class)
data object webassemblymemory : PropertyPreviewSubtype