class

CompCallEvent

@Js
class CompCallEvent : Obj

CompCallEvent includes details when a component method is called

fields arg

Argument passed

comp

Subject component

name

Component slot name

ret

Return value of the method

slot

Component function slot called

methods toStr

Debug string - format subject to change

arg Obj? : arg

Argument passed

comp Comp : comp

Subject component

name const Str : name

Component slot name

ret Obj? : ret

Return value of the method

slot const Spec : slot

Component function slot called

toStr virtual Str toStr()

Debug string - format subject to change

Haxall 4.0.6 ∙ 21-Jul-2026 09:48 EDT