TransportType

data class TransportType(val value: String) : ComponentValue

Transport-type enum (JS-compatible)

Constructors

Link copied to clipboard
fun TransportType(value: String)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toComponentValue(): String

Returns component value representation

Properties

Link copied to clipboard
val value: String