DefaultComponentHandle
data class DefaultComponentHandle<PredicateData : Any>(val predicate: InteractionPredicate<PredicateData, Interaction.Data.Component>) : ComponentHandle<PredicateData> (source)
Constructors
Link copied to clipboard
fun <PredicateData : Any> DefaultComponentHandle(predicate: InteractionPredicate<PredicateData, Interaction.Data.Component>)
Functions
Link copied to clipboard
open infix override fun handle(block: suspend InteractionCall<Interaction.Data.Component>.(PredicateData) -> Unit): DefaultInteractionsHost.DefaultComponentHandle<PredicateData>
Properties
Link copied to clipboard
open override var handler: suspend InteractionCall<Interaction.Data.Component>.(PredicateData) -> Unit