Component

class Component<T : Any>(type: DataComponentType.Valued<T>) : SelectItemModelProperty<T>

Returns the value of a component.

Constructors

Link copied to clipboard
constructor(type: DataComponentType.Valued<T>)