Home > widget-integration > PredictiveBundleController > notifyAfterRender
PredictiveBundleController.notifyAfterRender() method
Dispatches the legacy after-render event bridge for bundle integrations.
Signature:
notifyAfterRender(payload?: Record<string, unknown>): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
payload |
Record<string, unknown> |
(Optional) Optional integration payload sent with the event. |
Returns:
void