type

CompFunc

@Js
mixin CompFunc

CompFunc is a computation stored as a component slot to define a method

methods

call

Call the function with component and argument

Slot Details

call

abstract Obj? call(Comp self, Obj? arg)

Call the function with component and argument