Home > widget-integration > InstantSearchModule > callAfterRenderHooks
InstantSearchModule.callAfterRenderHooks() method
Call afterRender customization hooks if configured.
Supports both block-specific and global afterRender callbacks defined via context.app.customization.
Signature:
protected callAfterRenderHooks(block: AppBlock): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
block |
The AppBlock providing customization config |
Returns:
void