class

CompChangeEvent

@Js
class CompChangeEvent : Obj

CompChangeEvent includes details when a component slot is modified

fields comp

Subject component

name

Name of slot modified

newVal

New value or null if removing slot

oldVal

Old value or null if adding new slot

slot

Spec of slot if defined for name (null if dynamic slot)

methods toStr

Debug string - format subject to change

comp Comp : comp

Subject component

name const Str : name

Name of slot modified

newVal Obj? : newVal

New value or null if removing slot

oldVal Obj? : oldVal

Old value or null if adding new slot

slot const Spec? : slot

Spec of slot if defined for name (null if dynamic slot)

toStr virtual Str toStr()

Debug string - format subject to change

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