Components
Foundation classes for every SPX object
1 . The big picture
SpxComponent <-- generic lifecycle, hierarchy, hooks
▲
│
SpxContainer <-- auto‑loads children from YAML/Python definitions
▲
└───> higher‑level bricks (Attributes, Actions, Conditions, …)SpxComponent — what you get out‑of‑the‑box
Capability
Detail
SpxContainer — turbo‑charged constructor
Filtered mode (type=SomeSubclass)
Generic mode (default, no type)
End‑to‑end example – bring your own Action
2) Definition snippet
Authoring guidelines
Do
Avoid
Cheat‑sheet
Want to…
Call/Property
TL;DR
Last updated

