JSType

sealed class JSType(val number: Int)(source)

Inheritors

Constructors

Link copied to clipboard
protected constructor(number: Int)

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Use the default type.

Link copied to clipboard

Use JavaScript numbers.

Link copied to clipboard

Use JavaScript strings.

Link copied to clipboard
data class UNRECOGNIZED(val number: Int) : FieldOptions.JSType

Properties

Link copied to clipboard
open val number: Int