ElementMixin

class ElementMixin<T> : ElementProperties<T>

Default implementation of the ElementProperties interface in order to apply this as mixin for a component

Constructors

Link copied to clipboard
fun ElementMixin()

Properties

Link copied to clipboard
open override val element: ComponentProperty<T.() -> Unit>

This property enables the client to access the deeper features of an element even though the component itself does not offer an appropriate functionality. A client should use this with caution, as it might massively change the default behaviour of the component!