Widget

interface Widget

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
interface Event : Widget.Trait
Link copied to clipboard
Link copied to clipboard
sealed interface 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 traits: List<Widget.Trait>

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'.