ActionHandlerFnExt<T extends Intent, R extends Object?> extension

on

Properties

hasContextParameter bool
Check that handler has context parameter
no setter
intentType Type
Return Type of handler intent
no setter

Methods

action([ActionControl<T>? control]) ComponentAction<T, R>
Return ComponentAction<T,R> with this function as invoke handler
control({bool isEnabled = true, bool isConsumesKey = true}) ActionControl<T>