Callback Handlers
Callback Handlers used to configure and extend SA5 module functionality.
SA5 uses callbacks for two purposes;
Specifying configuration options, for modules which have them
Notifying custom code handlers of state changes that the site owner may want to specially handle
An example callback;
Defined Callbacks
Callback Name | Module | Use |
---|---|---|
getMembershipRoutingConfig | Memberships | |
userInfoChanged | Memberships | Event Notification when new user information is loaded |
breakpointChanged | HTML | Event Notification on a breakpoint change |
Last updated