class

CompChangeEvent

@Js
class CompChangeEvent : Obj

CompChangeEvent includes details when a component slot is modified

fields oldVal

Old value or null if adding new slot

comp

Subject component

name

Name of slot modified

newVal

New value or null if removing slot

slot

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

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)

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST