ProtocolWidget

Types

Link copied to clipboard
sealed interface ProtocolTrait : Widget.Trait

Properties

Link copied to clipboard
abstract val deprecation: Deprecation?

Non-null if this widget is deprecated.

Link copied to clipboard
abstract val documentation: String?
Link copied to clipboard
abstract val tag: Int
Link copied to clipboard
abstract override val traits: List<ProtocolWidget.ProtocolTrait>

Non-empty list for a 'data class' type or empty list for 'object' type.

Link copied to clipboard
abstract val type: FqType

Either a 'data class' or 'object'.